master-server/deps/curl/docs/cmdline-opts/data-ascii.md

22 lines
376 B
Markdown
Raw Permalink Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
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
2024-05-15 15:20:32 -04:00
See-also:
- data-binary
- data-raw
- data-urlencode
Example:
- --data-ascii @file $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--data-ascii`
This option is just an alias for --data.