Mike Marcacci
2019-04-22 15:01:51 -07:00
committed by Pranav Senthilnathan
parent 58c1b4b77d
commit 9c760147bd

View File

@@ -180,6 +180,7 @@ declare module "http" {
httpVersion: string;
httpVersionMajor: number;
httpVersionMinor: number;
complete: boolean;
connection: Socket;
headers: IncomingHttpHeaders;
rawHeaders: string[];