Back to Curl

`--tr-encoding`

docs/cmdline-opts/tr-encoding.md

latest419 B
Original Source

--tr-encoding

Request a compressed Transfer-Encoding response using one of the algorithms curl supports, and uncompress the data while receiving it.

This method was once intended to be the way to do automatic data compression for HTTP but for all practical purposes using Content-Encoding as done with --compressed has superseded transfer encoding. The --tr-encoding option is therefore often not be one you want.