Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 27ae9b4 commit 1e8b6d5Copy full SHA for 1e8b6d5
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