Skip to content

Commit 37c0477

Browse files
authored
feat(http): add zstd support (#2561)
1 parent 831c35f commit 37c0477

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed

.changes/change-pr-2561.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
http: patch
3+
http-js: patch
4+
---
5+
6+
Add `zstd` cargo feature flag to enable `reqwest/zstd` flag.

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)