mirror of
https://github.com/curl/curl.git
synced 2025-01-12 13:55:11 +08:00
df45fd1794
gen.pl now insists on C: and SPDX-License-Identifier: fields to be present in all files. Closes #9002
15 lines
402 B
Makefile
15 lines
402 B
Makefile
c: Copyright (C) 1998 - 2022, 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
|
|
See-also: data
|
|
Category: http post upload
|
|
Example: --data-raw "hello" $URL
|
|
Example: --data-raw "@at@at@" $URL
|
|
---
|
|
This posts data similarly to --data but without the special
|
|
interpretation of the @ character.
|