curl/docs/cmdline-opts/data-raw.md
Daniel Stenberg e7219c2bdc
cmdline-opts: language cleanups
Use imperative mood consistently for the first sentence describing an
option.

"Set this" instead "tell curl to set" or "this sets..."

Plus some extra cleanups and rephrasing.

Closes #13106
2024-03-12 15:42:33 +01:00

22 lines
421 B
Markdown

---
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.