Annotation of embedaddon/curl/docs/cmdline-opts/compressed.d, revision 1.1

1.1     ! misho       1: Long: compressed
        !             2: Help: Request compressed response
        !             3: Protocols: HTTP
        !             4: ---
        !             5: Request a compressed response using one of the algorithms curl supports, and
        !             6: automatically decompress the content. Headers are not modified.
        !             7: 
        !             8: If this option is used and the server sends an unsupported encoding, curl will
        !             9: report an error.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>