blob: c6721c6419d5782da1330a924b9ad4084e45cb36 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: data-binary
2Arg: <data>
3Help: HTTP POST binary data
4Protocols: HTTP
5---
6This posts data exactly as specified with no extra processing whatsoever.
7
8If you start the data with the letter @, the rest should be a filename. Data
9is posted in a similar manner as --data does, except that newlines and
10carriage returns are preserved and conversions are never done.
11
12If this option is used several times, the ones following the first will append
13data as described in --data.