diff --git a/typings/internalBinding/http_parser.d.ts b/typings/internalBinding/http_parser.d.ts index 124bdd5af2f..162081dc2cc 100644 --- a/typings/internalBinding/http_parser.d.ts +++ b/typings/internalBinding/http_parser.d.ts @@ -27,10 +27,18 @@ declare namespace InternalHttpParserBinding { static kLenientHeaders: number; static kLenientChunkedLength: number; static kLenientKeepAlive: number; + static kLenientTransferEncoding: number; + static kLenientVersion: number; + static kLenientDataAfterClose: number; + static kLenientOptionalLFAfterCR: number; + static kLenientOptionalCRLFAfterChunk: number; + static kLenientOptionalCRBeforeLF: number; + static kLenientSpacesAfterChunkSize: number; static kLenientAll: number; close(): void; free(): void; + remove(): void; execute(buffer: Buffer): Error | Buffer; finish(): Error | Buffer; initialize(