Former-commit-id: 51163eb71e793d5c8b8ae42d67b15ef2a431a386
This commit is contained in:
Gerasimos (Makis) Maropoulos 2018-12-08 21:12:47 +02:00
parent 53c010e855
commit e0f67d8d2c

View File

@ -90,6 +90,7 @@ const (
StatusUnprocessableEntity = 422 // RFC 4918, 11.2
StatusLocked = 423 // RFC 4918, 11.3
StatusFailedDependency = 424 // RFC 4918, 11.4
StatusTooEarly = 425 // RFC 8470, 5.2.
StatusUpgradeRequired = 426 // RFC 7231, 6.5.15
StatusPreconditionRequired = 428 // RFC 6585, 3
StatusTooManyRequests = 429 // RFC 6585, 4