diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2021-03-18 23:54:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 23:54:26 +0100 |
commit | 7d12dd18992cc58ce9866c2e42d914c8c8cf6d7a (patch) | |
tree | d4cc0871a744b72b9a4f7b7c8e926741d9108a90 /runtime/lib.rs | |
parent | fb5a2786ec9854ceca840daeb9ae154dcf804d12 (diff) |
fix: fallback to default UA and CA data for Deno.createHttpClient() (#9830)
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs index f4cf559d2..b30f10bd1 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -19,7 +19,6 @@ pub use deno_websocket; pub mod colors; pub mod errors; pub mod fs_util; -pub mod http_util; pub mod inspector; pub mod js; pub mod metrics; |