Home
last modified time | relevance | path

Searched full:http_parser (Results 1 – 25 of 60) sorted by relevance

123

/third_party/nghttp2/src/
Dhttp-parser.patch5 Use http_parser for tunneling connection transparently
7 diff --git a/examples/http-parser/http_parser.c b/examples/http-parser/http_parser.c
9 --- a/examples/http-parser/http_parser.c
10 +++ b/examples/http-parser/http_parser.c
11 @@ -1627,9 +1627,14 @@ size_t http_parser_execute (http_parser *parser,
18 + /* We want to use http_parser for tunneling connection
/third_party/node/deps/llhttp/
DREADME.md3 Port of [http_parser][0] to [llparse][1].
7 Let's face it, [http_parser][0] is practically unmaintainable. Even
20 Over time, different approaches for improving [http_parser][0]'s code base
24 This project is a port of [http_parser][0] to TypeScript. [llparse][1] is used
30 So far llhttp outperforms http_parser:
35 | **http_parser** | 8192.00 mb | 694.66 mb/s | 1406180.33 req/sec | 11.79 s |
43 The whole [http_parser][0] is implemented in approximately 2500 lines of C, and
48 most of http_parser's code is hand-optimized and unrolled. Instead describing
50 implement the new features in [http_parser][0] cautiously, considering
/third_party/nghttp2/third-party/llhttp/
DREADME.md4 Port of [http_parser][0] to [llparse][1].
8 Let's face it, [http_parser][0] is practically unmaintainable. Even
21 Over time, different approaches for improving [http_parser][0]'s code base
25 This project is a port of [http_parser][0] to TypeScript. [llparse][1] is used
31 So far llhttp outperforms http_parser:
36 | **http_parser** | 8192.00 mb | 694.66 mb/s | 1406180.33 req/sec | 11.79 s |
44 The whole [http_parser][0] is implemented in approximately 2500 lines of C, and
49 most of http_parser's code is hand-optimized and unrolled. Instead describing
51 implement the new features in [http_parser][0] cautiously, considering
/third_party/node/test/parallel/
Dtest-trace-events-metadata.js39 trace.args.process.versions.http_parser ===
40 process.versions.http_parser &&
Dtest-http-parser-timeout-reset.js5 const { HTTPParser } = process.binding('http_parser');
Dtest-http-parser-lazy-loaded.js18 const binding = internalBinding('http_parser');
Dtest-process-binding-internalbinding-allowlist.js19 assert(process.binding('http_parser'));
/third_party/flutter/engine/flutter/frontend_server/
Dpubspec.yaml35 http_parser: any
/third_party/flutter/flutter/dev/tools/gen_keycodes/
Dpubspec.yaml17http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
/third_party/node/benchmark/http/
Dbench-parser.js13 const { HTTPParser } = common.binding('http_parser');
/third_party/ejdb/src/bindings/ejdb2_dart/
D.packages17 http_parser:file:///home/adam/.pub-cache/hosted/pub.dartlang.org/http_parser-3.1.4/lib/
/third_party/flutter/flutter/dev/snippets/
Dpubspec.yaml49http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
78http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
/third_party/flutter/flutter/dev/tools/
Dpubspec.yaml23http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
/third_party/icu/docs/
DGemfile.lock24 http_parser.rb (~> 0.6.0)
88 http_parser.rb (0.6.0)
/third_party/flutter/flutter/examples/stocks/
Dpubspec.yaml29http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
/third_party/flutter/flutter/dev/bots/
Dpubspec.yaml15 http_parser: 3.1.3
/third_party/flutter/flutter/dev/integration_tests/channels/
Dpubspec.yaml30http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
/third_party/flutter/flutter/examples/platform_channel_swift/
Dpubspec.yaml37http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
/third_party/flutter/flutter/dev/integration_tests/image_loading/
Dpubspec.yaml24http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
/third_party/flutter/flutter/dev/automated_tests/
Dpubspec.yaml28http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
/third_party/flutter/flutter/dev/integration_tests/platform_interaction/
Dpubspec.yaml30http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
/third_party/flutter/flutter/dev/integration_tests/codegen/
Dpubspec.yaml46http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
/third_party/flutter/flutter/dev/devicelab/
Dpubspec.yaml52http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
/third_party/flutter/flutter/dev/integration_tests/android_semantics_testing/
Dpubspec.yaml26http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
/third_party/flutter/flutter/dev/integration_tests/android_views/
Dpubspec.yaml51http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…

123