0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00
deno/cli/tests
Leo Kettmeir 867a6d3032
refactor(node): reimplement http client (#19122)
This commit reimplements most of "node:http" client APIs using
"ext/fetch".

There is some duplicated code and two removed Node compat tests that
will be fixed in follow up PRs.

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-05-17 01:20:32 +02:00
..
integration docs: fix typos (#19118) 2023-05-16 14:30:16 +02:00
node_compat refactor(node): reimplement http client (#19122) 2023-05-17 01:20:32 +02:00
testdata fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108) 2023-05-14 20:27:14 +09:00
unit fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154) 2023-05-16 17:00:59 -06:00
unit_node refactor(node): reimplement http client (#19122) 2023-05-17 01:20:32 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00