Node.d.ts: Update definitions for module "http" (#10954)

This commit is contained in:
hriss95
2016-09-06 23:10:30 +09:00
committed by Masahiro Wakame
parent 03b4cf5036
commit 76a497660f
+3
View File
@@ -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;