blob: 5763d81f1938bd0a83dd93bf2f6041382ac4437d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: data-ascii
Arg: <data>
Help: HTTP POST ASCII data
Protocols: HTTP
Category: http post upload
Added: 7.2
Multi: append
See-also:
- data-binary
- data-raw
- data-urlencode
Example:
- --data-ascii @file $URL
---
# `--data-ascii`
This option is just an alias for --data.
|