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