diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2020-08-05 20:44:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 20:44:03 +0200 |
commit | ce7808baf092e130ba1c5f073544072c5db958e7 (patch) | |
tree | cc8f9a167973aed549194c4ac5c8291a82c17cdf /cli/rt/90_deno_ns.js | |
parent | 91ed614aa80f5a08669be3fe5031a95e6e75f194 (diff) |
feat(cli): custom http client for fetch (#6918)
Diffstat (limited to 'cli/rt/90_deno_ns.js')
-rw-r--r-- | cli/rt/90_deno_ns.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/rt/90_deno_ns.js b/cli/rt/90_deno_ns.js index bb556146c..ac22410f6 100644 --- a/cli/rt/90_deno_ns.js +++ b/cli/rt/90_deno_ns.js @@ -126,4 +126,6 @@ __bootstrap.denoNsUnstable = { fdatasync: __bootstrap.fs.fdatasync, fsyncSync: __bootstrap.fs.fsyncSync, fsync: __bootstrap.fs.fsync, + HttpClient: __bootstrap.fetch.HttpClient, + createHttpClient: __bootstrap.fetch.createHttpClient, }; |