2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 06:44:58 +08:00
|
|
|
Long: data-raw
|
|
|
|
Arg: <data>
|
|
|
|
Protocols: HTTP
|
|
|
|
Help: HTTP POST data, '@' allowed
|
|
|
|
Added: 7.43.0
|
|
|
|
See-also: data
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: http post upload
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --data-raw "hello" $URL
|
|
|
|
Example: --data-raw "@at@at@" $URL
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: append
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
|
|
|
This posts data similarly to --data but without the special
|
|
|
|
interpretation of the @ character.
|