mirror of
https://github.com/curl/curl.git
synced 2026-07-24 15:47:16 +03:00
parent
67d5e3624b
commit
bfa939d062
2 changed files with 5 additions and 4 deletions
|
|
@ -18,9 +18,10 @@ Example:
|
|||
|
||||
Post data exactly as specified with no extra processing whatsoever.
|
||||
|
||||
If you start the data with the letter @, the rest should be a filename. Data
|
||||
is posted in a similar manner as --data does, except that newlines and
|
||||
carriage returns are preserved and conversions are never done.
|
||||
If you start the data with the letter @, the rest should be a filename.
|
||||
`@-` makes curl read the data from stdin. Data is posted in a similar
|
||||
manner as --data does, except that newlines and carriage returns are
|
||||
preserved and conversions are never done.
|
||||
|
||||
Like --data the default content-type sent to the server is
|
||||
application/x-www-form-urlencoded. If you want the data to be treated as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue