1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-28 08:38:39 +02:00

Add Retry-After header constant

This commit is contained in:
Patrick Willner 2022-01-21 17:32:53 +01:00 committed by Martti T
parent 8d2c45eeff
commit 94638be9f8

View File

@ -207,6 +207,7 @@ const (
HeaderIfModifiedSince = "If-Modified-Since"
HeaderLastModified = "Last-Modified"
HeaderLocation = "Location"
HeaderRetryAfter = "Retry-After"
HeaderUpgrade = "Upgrade"
HeaderVary = "Vary"
HeaderWWWAuthenticate = "WWW-Authenticate"