diff --git a/types/node/http.d.ts b/types/node/http.d.ts index f99f8e38f1..31175d76b6 100644 --- a/types/node/http.d.ts +++ b/types/node/http.d.ts @@ -180,6 +180,7 @@ declare module "http" { httpVersion: string; httpVersionMajor: number; httpVersionMinor: number; + complete: boolean; connection: Socket; headers: IncomingHttpHeaders; rawHeaders: string[];