1 Long: data-raw 2 Arg: <data> 3 Protocols: HTTP 4 Help: HTTP POST data, '@' allowed 5 Added: 7.43.0 6 See-also: data 7 Category: http post upload 8 Example: --data-raw "hello" $URL 9 Example: --data-raw "@at@at@" $URL 10 --- 11 This posts data similarly to --data but without the special 12 interpretation of the @ character. 13