mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
[@types/node] Added authorization property to IncomingHttpHeaders.
This commit is contained in:
1
types/node/v8/index.d.ts
vendored
1
types/node/v8/index.d.ts
vendored
@@ -943,6 +943,7 @@ declare module "http" {
|
||||
'access-control-allow-headers'?: string;
|
||||
'accept-patch'?: string;
|
||||
'accept-ranges'?: string;
|
||||
'authorization'?: string;
|
||||
'age'?: string;
|
||||
'allow'?: string;
|
||||
'alt-svc'?: string;
|
||||
|
||||
Reference in New Issue
Block a user