mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-30 23:30:06 +00:00
Add IncomingMessage.complete (#34898)
528d100394/lib/_http_incoming.js (L50)
https://nodejs.org/api/http.html#http_message_complete
This commit is contained in:
committed by
Pranav Senthilnathan
parent
58c1b4b77d
commit
9c760147bd
1
types/node/http.d.ts
vendored
1
types/node/http.d.ts
vendored
@@ -180,6 +180,7 @@ declare module "http" {
|
||||
httpVersion: string;
|
||||
httpVersionMajor: number;
|
||||
httpVersionMinor: number;
|
||||
complete: boolean;
|
||||
connection: Socket;
|
||||
headers: IncomingHttpHeaders;
|
||||
rawHeaders: string[];
|
||||
|
||||
Reference in New Issue
Block a user