mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
Everywhere. In documentation and code comments. It is almost never a good word and almost always a filler that should be avoided. Closes #20793
22 lines
371 B
Markdown
22 lines
371 B
Markdown
---
|
|
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 an alias for --data.
|