We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb97719 commit 9d3a9a2Copy full SHA for 9d3a9a2
cookbook/routing/method_parameters.rst
@@ -4,6 +4,11 @@
4
How to use HTTP Methods beyond GET and POST in Routes
5
=====================================================
6
7
+.. versionadded:: 2.2
8
+ This functionality is disabled by default in Symfony 2.2. To enable it,
9
+ you must call ``Request::enableHttpMethodParameterOverride()`` before you
10
+ handle the request.
11
+
12
The HTTP method of a request is one of the requirements that can be checked
13
when seeing if it matches a route. This is introduced in the routing chapter
14
of the book ":doc:`/book/routing`" with examples using GET and POST. You can
0 commit comments