master-server/deps/curl/docs/cmdline-opts/raw.md

20 lines
401 B
Markdown
Raw Normal View History

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: raw
2024-05-15 15:20:32 -04:00
Help: Do HTTP raw; no transfer decoding
2023-12-11 20:30:44 -05:00
Added: 7.16.2
Protocols: HTTP
Category: http
Multi: boolean
2024-05-15 15:20:32 -04:00
See-also:
- tr-encoding
Example:
- --raw $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--raw`
2023-12-11 20:30:44 -05:00
When used, it disables all internal HTTP decoding of content or transfer
encodings and instead makes them passed on unaltered, raw.