mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:34:45 +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
|
|
@ -1,6 +1,6 @@
|
|||
Long: form-string
|
||||
Help: Specify HTTP multipart POST data
|
||||
Protocols: HTTP
|
||||
Help: Specify multipart MIME data
|
||||
Protocols: HTTP SMTP IMAP
|
||||
Arg: <name=string>
|
||||
See-also: form
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue