mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Node.d.ts: Update definitions for module "http" (#10954)
This commit is contained in:
Vendored
+3
@@ -655,6 +655,9 @@ declare module "http" {
|
||||
}
|
||||
export interface IncomingMessage extends events.EventEmitter, stream.Readable {
|
||||
httpVersion: string;
|
||||
httpVersionMajor: string;
|
||||
httpVersionMinor: string;
|
||||
connection: any;
|
||||
headers: any;
|
||||
rawHeaders: string[];
|
||||
trailers: any;
|
||||
|
||||
Reference in New Issue
Block a user