1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-29 02:29:06 -05:00
denoland-deno/cli/npm/managed/cache
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
..
mod.rs refactor(npm): improve locking around updating npm resolution (#24104) 2024-06-05 15:17:35 -04:00
registry_info.rs refactor(npm): improve locking around updating npm resolution (#24104) 2024-06-05 15:17:35 -04:00
tarball.rs refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-13 00:51:37 +02:00
tarball_extract.rs refactor: extract structs for downloading tarballs and npm registry packuments (#24067) 2024-06-03 01:39:13 +00:00