xref: /aosp_15_r20/external/curl/docs/cmdline-opts/raw.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1---
2c: Copyright (C) Daniel Stenberg, <[email protected]>, 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