blob: f3b03c6728b59dfa7d8471a3b0b9021cf1560723 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: compressed
4Help: Request compressed response
5Protocols: HTTP
6Category: http
7Example: --compressed $URL
8See-also: compressed-ssh
9Added: 7.10
10Multi: boolean
11---
12Request a compressed response using one of the algorithms curl supports, and
13automatically decompress the content. Headers are not modified.
14
15If this option is used and the server sends an unsupported encoding, curl will
16report an error. This is a request, not an order; the server may or may not
17deliver data compressed.