summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/data-raw.md
blob: 1033678bdeaa32b91ccf1b1eb500f4baf0d40e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: data-raw
Arg: <data>
Protocols: HTTP
Help: HTTP POST data, '@' allowed
Added: 7.43.0
Category: http post upload
Multi: append
See-also:
  - data
Example:
  - --data-raw "hello" $URL
  - --data-raw "@at@at@" $URL
---

# `--data-raw`

Post data similarly to --data but without the special interpretation of the @
character.