2024-05-15 15:20:32 -04:00
|
|
|
---
|
2023-12-11 20:30:44 -05:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
|
|
|
Long: tr-encoding
|
|
|
|
Added: 7.21.6
|
|
|
|
Help: Request compressed transfer encoding
|
|
|
|
Protocols: HTTP
|
|
|
|
Category: http
|
|
|
|
Multi: boolean
|
2024-05-15 15:20:32 -04:00
|
|
|
See-also:
|
|
|
|
- compressed
|
|
|
|
Example:
|
|
|
|
- --tr-encoding $URL
|
2023-12-11 20:30:44 -05:00
|
|
|
---
|
2024-05-15 15:20:32 -04:00
|
|
|
|
|
|
|
# `--tr-encoding`
|
|
|
|
|
2023-12-11 20:30:44 -05:00
|
|
|
Request a compressed Transfer-Encoding response using one of the algorithms
|
|
|
|
curl supports, and uncompress the data while receiving it.
|