summaryrefslogtreecommitdiff
path: root/_exts/httpdomain/httpdomain.py
diff options
context:
space:
mode:
Diffstat (limited to '_exts/httpdomain/httpdomain.py')
-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