Skip to content

Commit

Permalink
lib/http: add constanta for header Set-Cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
shuLhan committed Feb 20, 2024
1 parent c14c0aa commit 1241a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ const (
HeaderLocation = `Location`
HeaderOrigin = `Origin`
HeaderRange = `Range`
HeaderSetCookie = `Set-Cookie`
HeaderUserAgent = `User-Agent`
HeaderXForwardedFor = `X-Forwarded-For` // https://en.wikipedia.org/wiki/X-Forwarded-For
HeaderXRealIp = `X-Real-Ip` //revive:disable-line
Expand Down

0 comments on commit 1241a58

Please sign in to comment.