From 8b258070542a81d217226fe832b26d81cf20113d Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 20 Apr 2022 22:53:56 +0200 Subject: feat(ext/http): stream auto resp body compression (#14325) This commit adds support for auto response body compression for streaming bodies. --- ext/http/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/http/Cargo.toml') diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index 2bdbfdade..b4a208228 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -14,6 +14,7 @@ description = "HTTP server implementation for Deno" path = "lib.rs" [dependencies] +async-compression = { version = "0.3.1", features = ["tokio", "brotli", "gzip"] } base64 = "0.13.0" brotli = "3.3.3" bytes = "1" -- cgit v1.2.3