gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 01/02: add HTTP 308


From: gnunet
Subject: [taler-docs] 01/02: add HTTP 308
Date: Thu, 23 Apr 2020 13:04:33 +0200

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

dold pushed a commit to branch master
in repository docs.

commit 891570eadc319a1ef14b26f934d747a1c00cc73a
Author: Florian Dold <address@hidden>
AuthorDate: Thu Apr 23 16:34:20 2020 +0530

    add HTTP 308
---
 _exts/httpdomain/httpdomain.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_exts/httpdomain/httpdomain.py b/_exts/httpdomain/httpdomain.py
index f2569b5..59665a0 100644
--- a/_exts/httpdomain/httpdomain.py
+++ b/_exts/httpdomain/httpdomain.py
@@ -196,6 +196,7 @@ HTTP_STATUS_CODES = {
     304: 'Not Modified',
     305: 'Use Proxy',
     307: 'Temporary Redirect',
+    308: 'Permanent Redirect',
     400: 'Bad Request',
     401: 'Unauthorized',
     402: 'Payment Required',     # unused

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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