Skip to content

Commit 1a71ae9

Browse files
authored
Update section header to include POST method
1 parent a35eac9 commit 1a71ae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/controllers/request-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ $this->request = $this->request->withUploadedFiles($files);
276276
> request data (too), then you have to set them via `Cake\Http\ServerRequest::withData()` or
277277
> `Cake\Http\ServerRequest::withParsedBody()`.
278278
279-
### PUT, PATCH, and DELETE
279+
### POST, PUT, PATCH, and DELETE
280280

281281
`method` Cake\\Http\\ServerRequest::**getBody**(): StreamInterface
282282

0 commit comments

Comments
 (0)