8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There was an error while 8000 loading. Please reload this page.
1 parent 9ecaf41 commit 09ae6fcCopy full SHA for 09ae6fc
typings/internalBinding/http_parser.d.ts
@@ -27,10 +27,18 @@ declare namespace InternalHttpParserBinding {
27
static kLenientHeaders: number;
28
static kLenientChunkedLength: number;
29
static kLenientKeepAlive: number;
30
+ static kLenientTransferEncoding: number;
31
+ static kLenientVersion: number;
32
+ static kLenientDataAfterClose: number;
33
+ static kLenientOptionalLFAfterCR: number;
34
+ static kLenientOptionalCRLFAfterChunk: number;
35
+ static kLenientOptionalCRBeforeLF: number;
36
+ static kLenientSpacesAfterChunkSize: number;
37
static kLenientAll: number;
38
39
close(): void;
40
free(): void;
41
+ remove(): void;
42
execute(buffer: Buffer): Error | Buffer;
43
finish(): Error | Buffer;
44
initialize(
0 commit comments