Skip to content

Commit

Permalink
[node] add some more elements to IncomingHttpHeaders
Browse files Browse the repository at this point in the history
  • Loading branch information
Flarna committed Nov 30, 2018
1 parent 5610636 commit c2e36d8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion types/node/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1126,10 +1126,10 @@ declare module "http" {
'access-control-allow-headers'?: string;
'accept-patch'?: string;
'accept-ranges'?: string;
'authorization'?: string;
'age'?: string;
'allow'?: string;
'alt-svc'?: string;
'authorization'?: string;
'cache-control'?: string;
'connection'?: string;
'content-disposition'?: string;
Expand All @@ -1139,14 +1139,24 @@ declare module "http" {
'content-location'?: string;
'content-range'?: string;
'content-type'?: string;
'cookie'?: string;
'date'?: string;
'expect'?: string;
'expires'?: string;
'forwarded'?: string;
'from'?: string;
'host'?: string;
'if-match'?: string;
'if-modified-since'?: string;
'if-none-match'?: string;
'if-unmodified-since'?: string;
'last-modified'?: string;
'location'?: string;
'pragma'?: string;
'proxy-authenticate'?: string;
'proxy-authorization'?: string;
'public-key-pins'?: string;
'range'?: string;
'referer'?: string;
'retry-after'?: string;
'set-cookie'?: string[];
Expand Down

0 comments on commit c2e36d8

Please sign in to comment.