1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00
denoland-deno/cli/tests
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
..
integration refactor: rewrite tests to "fastwebsockets" crate (#18781) 2023-04-22 11:17:31 +02:00
node_compat feat(node/http): implement ClientRequest.setTimeout() (#18783) 2023-04-22 13:20:00 +02:00
testdata refactor: rewrite tests to "fastwebsockets" crate (#18781) 2023-04-22 11:17:31 +02:00
unit feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619) 2023-04-22 11:48:21 -06:00
unit_node fix(ext/node): implement asymmetric keygen (#18651) 2023-04-19 22:27:34 +05:30
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00