summaryrefslogtreecommitdiff
path: root/_exts
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-11-29 01:15:59 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-11-29 01:15:59 -0500
commit2ec4492f961c9380c2ae6a462f23fb159c3dd825 (patch)
treef27f27c9c8fbae5c5b3231d6d2b68cb7cfd955fd /_exts
parent6133a47bdfbe8649f810179386a63abf24b4430d (diff)
downloaddocs-2ec4492f961c9380c2ae6a462f23fb159c3dd825.tar.gz
docs-2ec4492f961c9380c2ae6a462f23fb159c3dd825.tar.bz2
docs-2ec4492f961c9380c2ae6a462f23fb159c3dd825.zip
add HTTP 425
IWBN to send this change upstream.
Diffstat (limited to '_exts')
-rw-r--r--_exts/httpdomain/httpdomain.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/_exts/httpdomain/httpdomain.py b/_exts/httpdomain/httpdomain.py
index 59665a05..b31142b1 100644
--- a/_exts/httpdomain/httpdomain.py
+++ b/_exts/httpdomain/httpdomain.py
@@ -219,6 +219,7 @@ HTTP_STATUS_CODES = {
422: 'Unprocessable Entity',
423: 'Locked',
424: 'Failed Dependency',
+ 425: 'Too Early', # RFC 8470
426: 'Upgrade Required',
429: 'Too Many Requests',
449: 'Retry With', # proprietary MS extension