mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
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>
This commit is contained in:
parent
a22388bbd1
commit
867a6d3032
14 changed files with 1702 additions and 1163 deletions
|
@ -206,6 +206,7 @@ deno_core::extension!(deno_node,
|
|||
ops::zlib::op_zlib_write_async,
|
||||
ops::zlib::op_zlib_init,
|
||||
ops::zlib::op_zlib_reset,
|
||||
ops::http::op_node_http_request,
|
||||
op_node_build_os,
|
||||
ops::require::op_require_init_paths,
|
||||
ops::require::op_require_node_module_paths<P>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue