1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: data-ascii 5Arg: <data> 6Help: HTTP POST ASCII data 7Protocols: HTTP 8Category: http post upload 9Added: 7.2 10Multi: append 11See-also: 12 - data-binary 13 - data-raw 14 - data-urlencode 15Example: 16 - --data-ascii @file $URL 17--- 18 19# `--data-ascii` 20 21This option is just an alias for --data. 22