data-raw.d 402 B

1234567891011121314
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: data-raw
  4. Arg: <data>
  5. Protocols: HTTP
  6. Help: HTTP POST data, '@' allowed
  7. Added: 7.43.0
  8. See-also: data
  9. Category: http post upload
  10. Example: --data-raw "hello" $URL
  11. Example: --data-raw "@at@at@" $URL
  12. ---
  13. This posts data similarly to --data but without the special
  14. interpretation of the @ character.