mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
867a6d3032
This commit reimplements most of "node:http" client APIs using "ext/fetch". There is some duplicated code and two removed Node compat tests that will be fixed in follow up PRs. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
9 lines
181 B
Rust
9 lines
181 B
Rust
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
|
|
|
pub mod crypto;
|
|
pub mod http;
|
|
pub mod idna;
|
|
pub mod require;
|
|
pub mod v8;
|
|
pub mod winerror;
|
|
pub mod zlib;
|