2
0

raw.d 379 B

12345678910111213
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: raw
  4. Help: Do HTTP "raw"; no transfer decoding
  5. Added: 7.16.2
  6. Protocols: HTTP
  7. Category: http
  8. Example: --raw $URL
  9. See-also: tr-encoding
  10. Multi: boolean
  11. ---
  12. When used, it disables all internal HTTP decoding of content or transfer
  13. encodings and instead makes them passed on unaltered, raw.