xref: /curl/docs/cmdline-opts/raw.md (revision 911fc964)
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: raw
5Help: Do HTTP raw; no transfer decoding
6Added: 7.16.2
7Protocols: HTTP
8Category: http
9Multi: boolean
10See-also:
11  - tr-encoding
12Example:
13  - --raw $URL
14---
15
16# `--raw`
17
18When used, it disables all internal HTTP decoding of content or transfer
19encodings and instead makes them passed on unaltered, raw.
20