mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
Add StatusTooEarly
, compatible with: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/425#Browser_compatibility
Former-commit-id: 51163eb71e793d5c8b8ae42d67b15ef2a431a386
This commit is contained in:
parent
53c010e855
commit
e0f67d8d2c
1
iris.go
1
iris.go
|
@ -90,6 +90,7 @@ const (
|
||||||
StatusUnprocessableEntity = 422 // RFC 4918, 11.2
|
StatusUnprocessableEntity = 422 // RFC 4918, 11.2
|
||||||
StatusLocked = 423 // RFC 4918, 11.3
|
StatusLocked = 423 // RFC 4918, 11.3
|
||||||
StatusFailedDependency = 424 // RFC 4918, 11.4
|
StatusFailedDependency = 424 // RFC 4918, 11.4
|
||||||
|
StatusTooEarly = 425 // RFC 8470, 5.2.
|
||||||
StatusUpgradeRequired = 426 // RFC 7231, 6.5.15
|
StatusUpgradeRequired = 426 // RFC 7231, 6.5.15
|
||||||
StatusPreconditionRequired = 428 // RFC 6585, 3
|
StatusPreconditionRequired = 428 // RFC 6585, 3
|
||||||
StatusTooManyRequests = 429 // RFC 6585, 4
|
StatusTooManyRequests = 429 // RFC 6585, 4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user