Update networking layer w/ CURL and emscripten impl

This commit is contained in:
2025-11-08 01:50:36 +11:00
parent a17925904d
commit f6874dc55a
4105 changed files with 694617 additions and 179 deletions
+24
View File
@@ -0,0 +1,24 @@
---
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
See-also:
- compressed
Example:
- --tr-encoding $URL
---
# `--tr-encoding`
Request a compressed Transfer-Encoding response using one of the algorithms
curl supports, and uncompress the data while receiving it.
This method was once intended to be the way to do automatic data compression
for HTTP but for all practical purposes using Content-Encoding as done with
--compressed has superseded transfer encoding. The --tr-encoding option is
therefore often not be one you want.