mirror of
https://github.com/curl/curl.git
synced 2026-08-05 22:06:15 +03:00
compressed.d: stress that the headers are not modified
Suggested-by: Michael Osipov Assisted-by: Jay Satiro Bug: https://github.com/curl/curl/issues/5182#issuecomment-611638008 Closes #5217
This commit is contained in:
parent
dd0365d560
commit
b9a0804ad1
1 changed files with 4 additions and 2 deletions
|
|
@ -3,5 +3,7 @@ Help: Request compressed response
|
|||
Protocols: HTTP
|
||||
---
|
||||
Request a compressed response using one of the algorithms curl supports, and
|
||||
save the uncompressed document. If this option is used and the server sends
|
||||
an unsupported encoding, curl will report an error.
|
||||
automatically decompress the content. Headers are not modified.
|
||||
|
||||
If this option is used and the server sends an unsupported encoding, curl will
|
||||
report an error.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue