fix(statuses): Add HTTP 508 Loop Detected

See https://tools.ietf.org/html/rfc5842#section-7.2
This commit is contained in:
Florian Wendelborn 2019-05-22 22:00:18 +02:00 committed by GitHub
parent 0d0e7c3ae0
commit 66e184a767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,4 +78,5 @@ HTTP_503_SERVICE_UNAVAILABLE = 503
HTTP_504_GATEWAY_TIMEOUT = 504
HTTP_505_HTTP_VERSION_NOT_SUPPORTED = 505
HTTP_507_INSUFFICIENT_STORAGE = 507
HTTP_508_LOOP_DETECTED = 508
HTTP_511_NETWORK_AUTHENTICATION_REQUIRED = 511