gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: add HTTP 425


From: gnunet
Subject: [taler-docs] branch master updated: add HTTP 425
Date: Mon, 29 Nov 2021 07:21:03 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 2ec4492  add HTTP 425
2ec4492 is described below

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

    add HTTP 425
    
    IWBN to send this change upstream.
---
 _exts/httpdomain/httpdomain.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_exts/httpdomain/httpdomain.py b/_exts/httpdomain/httpdomain.py
index 59665a0..b31142b 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]