raw.d 377 B

123456789101112
  1. c: Copyright (C) 1998 - 2022, 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. ---
  11. When used, it disables all internal HTTP decoding of content or transfer
  12. encodings and instead makes them passed on unaltered, raw.