mirror of
https://github.com/labstack/echo.git
synced 2025-07-03 00:56:59 +02:00
Add Retry-After header constant
This commit is contained in:
committed by
Martti T
parent
8d2c45eeff
commit
94638be9f8
1
echo.go
1
echo.go
@ -207,6 +207,7 @@ const (
|
|||||||
HeaderIfModifiedSince = "If-Modified-Since"
|
HeaderIfModifiedSince = "If-Modified-Since"
|
||||||
HeaderLastModified = "Last-Modified"
|
HeaderLastModified = "Last-Modified"
|
||||||
HeaderLocation = "Location"
|
HeaderLocation = "Location"
|
||||||
|
HeaderRetryAfter = "Retry-After"
|
||||||
HeaderUpgrade = "Upgrade"
|
HeaderUpgrade = "Upgrade"
|
||||||
HeaderVary = "Vary"
|
HeaderVary = "Vary"
|
||||||
HeaderWWWAuthenticate = "WWW-Authenticate"
|
HeaderWWWAuthenticate = "WWW-Authenticate"
|
||||||
|
Reference in New Issue
Block a user