We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3d6d22 + 9b9f452 commit 5055ef4Copy full SHA for 5055ef4
book/http_fundamentals.rst
@@ -242,8 +242,8 @@ have all the request information at your fingertips::
242
$request->headers->get('host');
243
$request->headers->get('content_type');
244
245
- $request->getMethod(); // GET, POST, PUT, DELETE, HEAD
246
- $request->getLanguages(); // an array of languages the client accepts
+ $request->getMethod(); // GET, POST, PUT, DELETE, HEAD
+ $request->getLanguages(); // an array of languages the client accepts
247
248
As a bonus, the ``Request`` class does a lot of work in the background that
249
you'll never need to worry about. For example, the ``isSecure()`` method
0 commit comments