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.