data-raw.md (421B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: data-raw 5 Arg: <data> 6 Protocols: HTTP 7 Help: HTTP POST data, '@' allowed 8 Added: 7.43.0 9 Category: http post upload 10 Multi: append 11 See-also: 12 - data 13 Example: 14 - --data-raw "hello" $URL 15 - --data-raw "@at@at@" $URL 16 --- 17 18 # `--data-raw` 19 20 Post data similarly to --data but without the special interpretation of the @ 21 character.