1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/bench/http
Matt Mastracci bdffcb409f
feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)
This is a rewrite of the `Deno.serve` API to live on top of hyper
1.0-rc3. The code should be more maintainable long-term, and avoids some
of the slower mpsc patterns that made the older code less efficient than
it could have been.

Missing features:

- `upgradeHttp` and `upgradeHttpRaw` (`upgradeWebSocket` is available,
however).
- Automatic compression is unavailable on responses.
2023-04-22 11:48:21 -06:00
..
bun_hono_router.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
bun_http.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
bun_http_send_file.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
deno_flash_hono_router.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
deno_flash_send_file.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
deno_http_native.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
deno_http_native_headers.js chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
deno_http_ops.js refactor: remove Deno.core (#16881) 2023-01-24 18:54:10 +01:00
deno_http_read_headers.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
deno_http_read_headers.lua chore(cli/bench): Add more HTTP benchmarks (#14995) 2022-07-01 12:59:01 +05:30
deno_http_serve.js refactor: remove "ext/flash" (#18578) 2023-04-03 19:01:02 +02:00
deno_http_serve_https.js feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619) 2023-04-22 11:48:21 -06:00
deno_post_bin.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
deno_post_bin.lua perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
deno_post_json.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
deno_post_json.lua chore(cli/bench): Add more HTTP benchmarks (#14995) 2022-07-01 12:59:01 +05:30
deno_reactdom_ssr_flash.jsx feat: update Deno.serve function signature (#15563) 2022-08-24 00:08:56 +02:00
deno_tcp.ts chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
node_http.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
node_http_read_headers.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
node_http_read_headers.lua chore(cli/bench): Add more HTTP benchmarks (#14995) 2022-07-01 12:59:01 +05:30
node_post_bin.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
node_post_bin.lua perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
node_post_json.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
node_post_json.lua chore(cli/bench): Add more HTTP benchmarks (#14995) 2022-07-01 12:59:01 +05:30
node_reactdom_ssr.js chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
node_tcp.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00