Add HTTP 308 Permanent Redirect (#6693)

This commit is contained in:
Florian Wendelborn 2019-05-22 20:25:12 +02:00 committed by Ryan P Kilby
parent db37512a6e
commit 0d0e7c3ae0

View File

@ -45,6 +45,7 @@ HTTP_304_NOT_MODIFIED = 304
HTTP_305_USE_PROXY = 305
HTTP_306_RESERVED = 306
HTTP_307_TEMPORARY_REDIRECT = 307
HTTP_308_PERMANENT_REDIRECT = 308
HTTP_400_BAD_REQUEST = 400
HTTP_401_UNAUTHORIZED = 401
HTTP_402_PAYMENT_REQUIRED = 402