diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-01-10 20:54:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-10 20:54:29 +0100 |
| commit | 1a6ce29f3d11e5f0d0d022914e3f9fbcfa487294 (patch) | |
| tree | 9e1940a9a7a7392e6818341eea67becfa26ebbfa /Cargo.lock | |
| parent | 2c1f74402c00a2975cdaf9199b6487e5fd8175ba (diff) | |
feat(fetch): req streaming + 0-copy resp streaming (#9036)
* feat(fetch): req streaming + 0-copy resp streaming
* lint
* lint
* fix test
* rm test.js
* explicitly use CancelHandle::default()
* Apply review suggestions
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
* fix test
* Merge remote-tracking branch 'origin/master' into fetch_real_streaming
* fix test
* retrigger ci
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0f94d525a..09b269457 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -539,9 +539,11 @@ dependencies = [ name = "deno_fetch" version = "0.18.0" dependencies = [ + "bytes 0.5.6", "deno_core", "reqwest", "serde", + "tokio 0.2.22", ] [[package]] |
