From 2ec4492f961c9380c2ae6a462f23fb159c3dd825 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 29 Nov 2021 01:15:59 -0500 Subject: add HTTP 425 IWBN to send this change upstream. --- _exts/httpdomain/httpdomain.py | 1 + 1 file changed, 1 insertion(+) (limited to '_exts') 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 -- cgit v1.2.3