1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 13:59:01 -05:00
denoland-deno/cli/tools/registry
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
..
api.rs refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-22 22:46:39 +02:00
auth.rs fix(publish): permissionless dry-run in GHA (#22679) 2024-03-06 18:26:20 +05:30
diagnostics.rs fix: better handling of npm resolution occurring on workers (#24094) 2024-06-05 17:04:16 +02:00
graph.rs fix: better handling of npm resolution occurring on workers (#24094) 2024-06-05 17:04:16 +02:00
mod.rs refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-22 22:46:39 +02:00
paths.rs refactor: move FileCollector to deno_config (#24433) 2024-07-05 17:53:09 -04:00
pm.rs feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
provenance.rs refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-22 22:46:39 +02:00
publish_order.rs feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
tar.rs fix: better handling of npm resolution occurring on workers (#24094) 2024-06-05 17:04:16 +02:00
unfurl.rs fix(publish): unfurling should always be done with the package json (#24435) 2024-07-05 00:41:01 +00:00