taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 2ec4492f961c9380c2ae6a462f23fb159c3dd825
parent 6133a47bdfbe8649f810179386a63abf24b4430d
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon, 29 Nov 2021 01:15:59 -0500

add HTTP 425

IWBN to send this change upstream.

Diffstat:
M_exts/httpdomain/httpdomain.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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