Skip to content

v0.1.6 - "Graphite was everywhere..."

Latest
Compare
Choose a tag to compare
@daveajones daveajones released this 06 Sep 17:05
· 2 commits to main since this release

Full Changelog: v0.1.5...v0.1.6

Some servers (probably object storage) don't respect Accept-Encoding's absence and still send gzip. Adding .gzip(true) forces the reqwest client to gunzip the body on a Content-Encoding: gzip, no matter what the request headers were.