From 19d65c439ff11b050460330a0d67fe8e6353c908 Mon Sep 17 00:00:00 2001 From: Sri Ram Date: Thu, 25 Jun 2026 07:34:19 +0530 Subject: [PATCH] docs: replace obsolete RFC 7231/7235 refs with RFC 9110 --- docs/ext/rfc.py | 2 +- docs/user/tutorial.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ext/rfc.py b/docs/ext/rfc.py index 3633d6ce0..a32e1eec2 100644 --- a/docs/ext/rfc.py +++ b/docs/ext/rfc.py @@ -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 diff --git a/docs/user/tutorial.rst b/docs/user/tutorial.rst index f6bb0f2b7..b8d7e3e43 100644 --- a/docs/user/tutorial.rst +++ b/docs/user/tutorial.rst @@ -265,7 +265,7 @@ HTTP methods, lowercased (e.g., ``on_get()``, ``on_put()``, .. note:: Supported HTTP methods are those specified in - `RFC 7231 `_ and + `RFC 9110 `_and `RFC 5789 `_. This includes GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, and PATCH.