mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:23:32 +03:00
mime: use in curl cli tool instead of form API.
Extended -F option syntax to support multipart mail messages. -F keyword headers= added to include custom headers in parts. Documentation upgraded.
This commit is contained in:
parent
ce0881edee
commit
fec7a858b8
17 changed files with 785 additions and 473 deletions
|
|
@ -131,9 +131,9 @@ static const struct helptxt helptext[] = {
|
|||
{" --false-start",
|
||||
"Enable TLS False Start"},
|
||||
{"-F, --form <name=content>",
|
||||
"Specify HTTP multipart POST data"},
|
||||
"Specify multipart MIME data"},
|
||||
{" --form-string <name=string>",
|
||||
"Specify HTTP multipart POST data"},
|
||||
"Specify multipart MIME data"},
|
||||
{" --ftp-account <data>",
|
||||
"Account data string"},
|
||||
{" --ftp-alternative-to-user <command>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue