data-ascii.d 330 B

12345678910111213
  1. c: Copyright (C) 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. Multi: append
  12. ---
  13. This is just an alias for --data.