Skip to content

Commit 4bd22c2

Browse files
authored
Merge pull request #6640 from kenjis/fix-docs-routing.rst
docs: add "HTTP verbs" section title
2 parents f6538b9 + e839719 commit 4bd22c2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

user_guide_src/source/incoming/routing.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ passed to it, then they would be listed after the method name, separated by forw
3939

4040
.. literalinclude:: routing/002.php
4141

42-
You can use any standard HTTP verb (GET, POST, PUT, DELETE, etc):
42+
HTTP verbs
43+
==========
44+
45+
You can use any standard HTTP verb (GET, POST, PUT, DELETE, OPTIONS, etc):
4346

4447
.. literalinclude:: routing/003.php
4548

0 commit comments

Comments
 (0)