diff options
author | Luca Casonato <hello@lcas.dev> | 2022-04-20 22:53:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 22:53:56 +0200 |
commit | 8b258070542a81d217226fe832b26d81cf20113d (patch) | |
tree | 5650bbc0ef9967430b45471b4ffdad9159725f9d /Cargo.lock | |
parent | 2a93c134dc93d70b5f6ea9d417c88207661884d5 (diff) |
feat(ext/http): stream auto resp body compression (#14325)
This commit adds support for auto response body compression for
streaming bodies.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 76f8ca028..794c7d875 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,6 +964,7 @@ dependencies = [ name = "deno_http" version = "0.41.0" dependencies = [ + "async-compression", "base64 0.13.0", "brotli", "bytes", |