un-nest curl
This commit is contained in:
21
curl-8.15.0/docs/cmdline-opts/data-ascii.md
Normal file
21
curl-8.15.0/docs/cmdline-opts/data-ascii.md
Normal file
@@ -0,0 +1,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.
|
||||
Reference in New Issue
Block a user