[Global]: loading init
This commit is contained in:
21
deps/curl/docs/cmdline-opts/data-ascii.md
vendored
Normal file
21
deps/curl/docs/cmdline-opts/data-ascii.md
vendored
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 is just an alias for --data.
|
Reference in New Issue
Block a user