mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-21 08:30:24 +00:00
[@types/node] Added authorization property to IncomingHttpHeaders.
This commit is contained in:
Vendored
+1
@@ -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