tr-encoding.d 396 B

123456789101112
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <[email protected]>, 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. ---
  11. Request a compressed Transfer-Encoding response using one of the algorithms
  12. curl supports, and uncompress the data while receiving it.