We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd0839 commit e1085c8Copy full SHA for e1085c8
1 file changed
user_guide_src/source/concepts/http.rst
@@ -95,7 +95,7 @@ is an object-oriented representation of the HTTP request. It provides everything
95
$request->getHeader('host');
96
$request->getHeader('Content-Type');
97
98
- $request->getMethod(); // GET, POST, PUT, etc
+ $request->getMethod(); // get, post, put, etc
99
100
The request class does a lot of work in the background for you, that you never need to worry about.
101
The `isAJAX()` and `isSecure()` methods check several different methods to determine the correct answer.
0 commit comments