Skip to content

Commit b7d8f80

Browse files
committed
Added new helper for auth headers
Signed-off-by: Dave Shanley <[email protected]>
1 parent c16b8e7 commit b7d8f80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helpers/constants.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const (
4444
JSONContentType = "application/json"
4545
JSONType = "json"
4646
ContentTypeHeader = "Content-Type"
47+
AuthorizationHeader = "Authorization"
4748
Charset = "charset"
4849
Boundary = "boundary"
4950
Preferred = "preferred"

0 commit comments

Comments
 (0)