fix(statuses): Add HTTP 510 Not Extended

See https://tools.ietf.org/html/rfc2774#section-7
This commit is contained in:
Florian Wendelborn 2019-05-22 22:08:21 +02:00 committed by GitHub
parent 0d0e7c3ae0
commit 744544ac87
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_510_NOT_EXTENDED = 510
HTTP_511_NETWORK_AUTHENTICATION_REQUIRED = 511