1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 15:49:44 -05:00
denoland-deno/ext
Sean McArthur aa7e1fc362
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-22 22:46:39 +02:00
..
broadcast_channel 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
cache 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
canvas 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
console 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
cron 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
crypto 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
fetch refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-22 22:46:39 +02:00
ffi 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
fs 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
http 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
io 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
kv refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-22 22:46:39 +02:00
napi 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
net 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
node refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-22 22:46:39 +02:00
tls 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
url 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
web 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
webgpu 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
webidl 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
websocket 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00
webstorage 1.45.2 (#24561) 2024-07-12 16:04:46 -04:00