Is there any way to get curl to decompress a response without sending the Accept-encoding headers in the request?
I\'m trying to debug an issue where the order of th
curl --compressed http://example.com requests gzipped-compressed data and uncompresses it before writing to disk.
curl --compressed http://example.com