Skip to content

Commit

Permalink
fix #7: add XRequestID and XSource header constants
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Mar 23, 2020
1 parent 9c8d5ac commit 02df234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions http/header/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const (
ContentType = "Content-Type"
Referer = "Referer"
UserAgent = "User-Agent"
XRequestID = "X-Request-Id"
XSource = "X-Source"
XStrict = "X-Strict"
)

Expand Down

0 comments on commit 02df234

Please sign in to comment.