1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/ext
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
..
broadcast_channel chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
cache chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
canvas chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
console chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
cron chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
crypto chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
fetch refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-13 00:51:37 +02:00
ffi chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
fs chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
http chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
io chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
kv refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-13 00:51:37 +02:00
napi chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
net chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
node refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-13 00:51:37 +02:00
tls chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
url chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
web chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
webgpu chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
webidl chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
websocket chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00
webstorage chore: forward v1.45.2 release commit to main (#24564) 2024-07-12 18:05:45 -04:00