data-ascii.d 329 B

123456789101112
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: data-ascii
  4. Arg: <data>
  5. Help: HTTP POST ASCII data
  6. Protocols: HTTP
  7. Category: http post upload
  8. Example: --data-ascii @file $URL
  9. Added: 7.2
  10. See-also: data-binary data-raw data-urlencode
  11. ---
  12. This is just an alias for --data.