blob: 8ec29fad88ea62a1c779447e01ef205a8185d4d0 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: data-raw
4Arg: <data>
5Protocols: HTTP
6Help: HTTP POST data, '@' allowed
7Added: 7.43.0
8See-also: data
9Category: http post upload
10Example: --data-raw "hello" $URL
11Example: --data-raw "@at@at@" $URL
12Multi: append
13---
14This posts data similarly to --data but without the special
15interpretation of the @ character.