Skip to content

Commit c2f9a32

Browse files
committed
feat(http): add zstd support
* feat(http): add zstd support through a reqwest feature flag
1 parent 831c35f commit c2f9a32

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

Cargo.lock

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/http/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ cookies = ["reqwest/cookies", "dep:cookie_store", "dep:bytes"]
6868
gzip = ["reqwest/gzip"]
6969
brotli = ["reqwest/brotli"]
7070
deflate = ["reqwest/deflate"]
71+
zstd = ["reqwest/zstd"]
7172
trust-dns = ["reqwest/trust-dns"]
7273
socks = ["reqwest/socks"]
7374
http2 = ["reqwest/http2"]

0 commit comments

Comments
 (0)