We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591aee3 commit a35eac9Copy full SHA for a35eac9
1 file changed
docs/en/controllers/request-response.md
@@ -276,7 +276,7 @@ $this->request = $this->request->withUploadedFiles($files);
276
> request data (too), then you have to set them via `Cake\Http\ServerRequest::withData()` or
277
> `Cake\Http\ServerRequest::withParsedBody()`.
278
279
-### Request Bodies in PUT, PATCH, and DELETE
+### PUT, PATCH, and DELETE
280
281
`method` Cake\\Http\\ServerRequest::**getBody**(): StreamInterface
282
0 commit comments