Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ext/rfc.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
This extensions adds hyperlinking for any RFC references that are
formatted like this::

RFC 7231; Section 6.5.3
RFC 9110; Section 15.5.4
"""

import re
Expand Down
2 changes: 1 addition & 1 deletion docs/user/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ HTTP methods, lowercased (e.g., ``on_get()``, ``on_put()``,

.. note::
Supported HTTP methods are those specified in
`RFC 7231 <https://tools.ietf.org/html/rfc7231>`_ and
`RFC 9110 <https://www.rfc-editor.org/rfc/rfc9110>`_and
`RFC 5789 <https://tools.ietf.org/html/rfc5789>`_. This includes
GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, and PATCH.

Expand Down
Loading