deno/tests
Sean McArthur f6fd6619e7
refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)
This commit re-implements `ext/fetch` and all dependent crates
using `hyper` and `hyper-util`, instead of `reqwest`.

The reasoning is that we want to have greater control and access
to low level `hyper` APIs when implementing `fetch` API as well
as `node:http` module.

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-07-13 00:51:37 +02:00
..
config chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
ffi BREAKING(unstable/ffi): remove callback reentrant flag (#24367) 2024-07-01 09:36:33 +05:30
integration refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-13 00:51:37 +02:00
napi fix(napi): Read reference ownership before calling finalizer to avoid crash (#24203) 2024-06-13 22:31:42 +00:00
node_compat fix: do not return undefined for missing global properties (#24474) 2024-07-09 10:07:56 -07:00
registry fix(node): Ignore broken default install scripts (#24534) 2024-07-11 18:39:45 +00:00
specs refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-13 00:51:37 +02:00
testdata refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-13 00:51:37 +02:00
unit refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-13 00:51:37 +02:00
unit_node fix(node/perf_hooks): stub eventLoopUtilization (#24501) 2024-07-10 19:47:45 +02:00
util chore: fix flaky publish::npm_workspace test (#24511) 2024-07-10 20:44:37 +00:00
wpt feat(ext/crypto): make deriveBits length parameter optional and nullable (#24426) 2024-07-04 21:10:51 +05:30
Cargo.toml refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-13 00:51:37 +02:00
lib.rs
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests