Skip to content

Commit

Permalink
fix: Enabling gzip for request body decompression (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
oestradiol committed Sep 20, 2024
1 parent 4b75e60 commit 1e8094b
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 2 deletions.
51 changes: 50 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tokio = { version = "1.37", default-features = false }

# HTTP client integrations
isahc = "1.7.2"
reqwest = { version = "0.12", default-features = false }
reqwest = { version = "0.12", default-features = false, features = ["gzip"] }

# Errors
anyhow = "1.0.86"
Expand Down

0 comments on commit 1e8094b

Please sign in to comment.