• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: data-raw
5Arg: <data>
6Protocols: HTTP
7Help: HTTP POST data, '@' allowed
8Added: 7.43.0
9Category: http post upload
10Multi: append
11See-also:
12  - data
13Example:
14  - --data-raw "hello" $URL
15  - --data-raw "@at@at@" $URL
16---
17
18# `--data-raw`
19
20This posts data similarly to --data but without the special
21interpretation of the @ character.
22