Skip to content

Commit 9a9a9a0

Browse files
committed
docs: add note for HTTP method names lowercase
1 parent 75a9350 commit 9a9a9a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user_guide_src/source/incoming/filters.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ It's value would be an array of filters to run:
201201
In addition to the standard HTTP methods, this also supports one special case: ``CLI``. The ``CLI`` method would apply to
202202
all requests that were run from the command line.
203203

204+
.. note:: Prior to v4.5.0, due to a bug, you needed to specify the HTTP method names in **lowercase**.
205+
204206
$filters
205207
--------
206208

0 commit comments

Comments
 (0)