Skip to content

Commit

Permalink
Add Retry-After header constant
Browse files Browse the repository at this point in the history
  • Loading branch information
heat1q authored and aldas committed Jan 23, 2022
1 parent 8d2c45e commit 94638be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions echo.go
Expand Up @@ -207,6 +207,7 @@ const (
HeaderIfModifiedSince = "If-Modified-Since"
HeaderLastModified = "Last-Modified"
HeaderLocation = "Location"
HeaderRetryAfter = "Retry-After"
HeaderUpgrade = "Upgrade"
HeaderVary = "Vary"
HeaderWWWAuthenticate = "WWW-Authenticate"
Expand Down

0 comments on commit 94638be

Please sign in to comment.