0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-09 21:57:40 -04:00
deno/cli/tests
Leo Kettmeir 96c30f8afc
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-18 17:05:02 +02:00
..
integration docs: fix typos (#19118) 2023-05-18 17:05:02 +02:00
node_compat refactor(node): reimplement http client (#19122) 2023-05-18 17:05:02 +02:00
testdata fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108) 2023-05-18 17:05:01 +02:00
unit fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154) 2023-05-18 17:05:02 +02:00
unit_node refactor(node): reimplement http client (#19122) 2023-05-18 17:05:02 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00