Skip to content

Commit ce0e44f

Browse files
committed
Added "Authorization" to HttpHeader enum
1 parent 2ce87c4 commit ce0e44f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

http/HttpHeader.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export enum HttpHeader {
2+
Authorization = "Authorization",
23
ContentType = "Content-Type",
34
Accept = "Accept",
45
Allow = "Allow",

0 commit comments

Comments
 (0)