mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
connection are socket are same in IncomingMessage (#11219)
This commit is contained in:
committed by
Masahiro Wakame
parent
81197a3926
commit
3423aa94ff
2
node/node.d.ts
vendored
2
node/node.d.ts
vendored
@@ -659,7 +659,7 @@ declare module "http" {
|
||||
httpVersion: string;
|
||||
httpVersionMajor: string;
|
||||
httpVersionMinor: string;
|
||||
connection: any;
|
||||
connection: net.Socket;
|
||||
headers: any;
|
||||
rawHeaders: string[];
|
||||
trailers: any;
|
||||
|
||||
Reference in New Issue
Block a user