commit 891570eadc319a1ef14b26f934d747a1c00cc73a
parent 4746e24c0eeebcafdc204830240f6cbc4d3c378d
Author: Florian Dold <florian.dold@gmail.com>
Date: Thu, 23 Apr 2020 16:34:20 +0530
add HTTP 308
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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