Skip to content

Commit 94638be

Browse files
heat1qaldas
authored andcommitted
Add Retry-After header constant
1 parent 8d2c45e commit 94638be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

echo.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ const (
207207
HeaderIfModifiedSince = "If-Modified-Since"
208208
HeaderLastModified = "Last-Modified"
209209
HeaderLocation = "Location"
210+
HeaderRetryAfter = "Retry-After"
210211
HeaderUpgrade = "Upgrade"
211212
HeaderVary = "Vary"
212213
HeaderWWWAuthenticate = "WWW-Authenticate"

0 commit comments

Comments
 (0)