summaryrefslogtreecommitdiff
path: root/_exts/httpdomain
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-12 10:51:45 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-12 10:51:45 +0200
commit5b41c8882c6cc7a531566c4160165c497deef829 (patch)
tree661a7cb83c133d08253b07a6b313be2853eec36f /_exts/httpdomain
parent746bdde0f88925ce38dd490ab13f2c7e0c8e15fd (diff)
parent6036cea5f598620ac4b6e9553d84bef2aa93ad7c (diff)
downloaddocs-5b41c8882c6cc7a531566c4160165c497deef829.tar.gz
docs-5b41c8882c6cc7a531566c4160165c497deef829.tar.bz2
docs-5b41c8882c6cc7a531566c4160165c497deef829.zip
merge
Diffstat (limited to '_exts/httpdomain')
-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 f2569b5e..59665a05 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