Searched full:http_parser (Results 1 – 25 of 60) sorted by relevance
123
| /third_party/nghttp2/src/ |
| D | http-parser.patch | 5 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/ |
| D | README.md | 3 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/ |
| D | README.md | 4 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/ |
| D | test-trace-events-metadata.js | 39 trace.args.process.versions.http_parser === 40 process.versions.http_parser &&
|
| D | test-http-parser-timeout-reset.js | 5 const { HTTPParser } = process.binding('http_parser');
|
| D | test-http-parser-lazy-loaded.js | 18 const binding = internalBinding('http_parser');
|
| D | test-process-binding-internalbinding-allowlist.js | 19 assert(process.binding('http_parser'));
|
| /third_party/flutter/engine/flutter/frontend_server/ |
| D | pubspec.yaml | 35 http_parser: any
|
| /third_party/flutter/flutter/dev/tools/gen_keycodes/ |
| D | pubspec.yaml | 17 …http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/node/benchmark/http/ |
| D | bench-parser.js | 13 const { HTTPParser } = common.binding('http_parser');
|
| /third_party/ejdb/src/bindings/ejdb2_dart/ |
| D | .packages | 17 http_parser:file:///home/adam/.pub-cache/hosted/pub.dartlang.org/http_parser-3.1.4/lib/
|
| /third_party/flutter/flutter/dev/snippets/ |
| D | pubspec.yaml | 49 …http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u… 78 …http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/dev/tools/ |
| D | pubspec.yaml | 23 …http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/icu/docs/ |
| D | Gemfile.lock | 24 http_parser.rb (~> 0.6.0) 88 http_parser.rb (0.6.0)
|
| /third_party/flutter/flutter/examples/stocks/ |
| D | pubspec.yaml | 29 …http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/dev/bots/ |
| D | pubspec.yaml | 15 http_parser: 3.1.3
|
| /third_party/flutter/flutter/dev/integration_tests/channels/ |
| D | pubspec.yaml | 30 …http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/examples/platform_channel_swift/ |
| D | pubspec.yaml | 37 …http_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/ |
| D | pubspec.yaml | 24 …http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/dev/automated_tests/ |
| D | pubspec.yaml | 28 …http_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/ |
| D | pubspec.yaml | 30 …http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/dev/integration_tests/codegen/ |
| D | pubspec.yaml | 46 …http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/dev/devicelab/ |
| D | pubspec.yaml | 52 …http_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/ |
| D | pubspec.yaml | 26 …http_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/ |
| D | pubspec.yaml | 51 …http_parser: 3.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
123