2
0

compressed.d 435 B

123456789101112
  1. Long: compressed
  2. Help: Request compressed response
  3. Protocols: HTTP
  4. Category: http
  5. Example: --compressed $URL
  6. ---
  7. Request a compressed response using one of the algorithms curl supports, and
  8. automatically decompress the content. Headers are not modified.
  9. If this option is used and the server sends an unsupported encoding, curl will
  10. report an error. This is a request, not an order; the server may or may not
  11. deliver data compressed.