1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/ext/node/ops
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
..
crypto feat(node/crypto): Diffie Hellman Support (#18943) 2023-05-18 17:05:02 +02:00
zlib refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00
http.rs refactor(node): reimplement http client (#19122) 2023-05-18 17:05:02 +02:00
idna.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00
mod.rs refactor(node): reimplement http client (#19122) 2023-05-18 17:05:02 +02:00
require.rs refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-11 17:26:26 -04:00
v8.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00
winerror.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00