1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/cert
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
..
cafile_bundle chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
cafile_compile chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
cafile_env_fetch chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
cafile_install chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
cafile_ts_fetch chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
cafile_ts_fetch_unsafe_ssl chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
cafile_url_imports chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
cafile_url_imports_unsafe_ssl chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
deno_land_unsafe_ssl chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
ip_address_unsafe_ssl chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
localhost_unsafe_ssl refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237) 2024-07-13 00:51:37 +02:00