2024-03-12 22:41:56 +03:00

22 lines
427 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`
This posts data similarly to --data but without the special
interpretation of the @ character.