mirror of
https://github.com/django/django.git
synced 2025-09-07 09:39:13 +00:00
Added HTTP 308 status and its description.
This commit is contained in:
parent
407d070329
commit
97adfc2bf8
@ -42,6 +42,7 @@ REASON_PHRASES = {
|
|||||||
305: 'USE PROXY',
|
305: 'USE PROXY',
|
||||||
306: 'RESERVED',
|
306: 'RESERVED',
|
||||||
307: 'TEMPORARY REDIRECT',
|
307: 'TEMPORARY REDIRECT',
|
||||||
|
308: 'PERMANENT REDIRECT',
|
||||||
400: 'BAD REQUEST',
|
400: 'BAD REQUEST',
|
||||||
401: 'UNAUTHORIZED',
|
401: 'UNAUTHORIZED',
|
||||||
402: 'PAYMENT REQUIRED',
|
402: 'PAYMENT REQUIRED',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user