feat(cli): custom http client for fetch (#6918)

This commit is contained in:
Luca Casonato 2020-08-05 20:44:03 +02:00 committed by GitHub
parent 91ed614aa8
commit ce7808baf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 182 additions and 117 deletions

View file

@ -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,
};