Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 09ae6fc

Browse filesBrowse files
whsung0330aduh95
authored andcommitted
typings: add missing properties in HTTPParser
PR-URL: #60257 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 9ecaf41 commit 09ae6fc
Copy full SHA for 09ae6fc

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Open diff view settings
Collapse file

‎typings/internalBinding/http_parser.d.ts‎

Copy file name to clipboardExpand all lines: typings/internalBinding/http_parser.d.ts
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,18 @@ declare namespace InternalHttpParserBinding {
2727
static kLenientHeaders: number;
2828
static kLenientChunkedLength: number;
2929
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;
3037
static kLenientAll: number;
3138

3239
close(): void;
3340
free(): void;
41+
remove(): void;
3442
execute(buffer: Buffer): Error | Buffer;
3543
finish(): Error | Buffer;
3644
initialize(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.