tr-encoding.d 398 B

12345678910111213
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: tr-encoding
  4. Added: 7.21.6
  5. Help: Request compressed transfer encoding
  6. Protocols: HTTP
  7. Category: http
  8. Example: --tr-encoding $URL
  9. See-also: compressed
  10. Multi: boolean
  11. ---
  12. Request a compressed Transfer-Encoding response using one of the algorithms
  13. curl supports, and uncompress the data while receiving it.