fix(statuses): Add HTTP 418 I'm a Teapot

See https://tools.ietf.org/html/rfc2324#section-2.3.2
This commit is contained in:
Florian Wendelborn 2019-05-22 18:52:17 +02:00 committed by GitHub
parent db37512a6e
commit ade447d5c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ HTTP_414_REQUEST_URI_TOO_LONG = 414
HTTP_415_UNSUPPORTED_MEDIA_TYPE = 415
HTTP_416_REQUESTED_RANGE_NOT_SATISFIABLE = 416
HTTP_417_EXPECTATION_FAILED = 417
HTTP_418_I_AM_A_TEAPOT = 418
HTTP_422_UNPROCESSABLE_ENTITY = 422
HTTP_423_LOCKED = 423
HTTP_424_FAILED_DEPENDENCY = 424