mirror of
https://github.com/curl/curl.git
synced 2026-07-29 20:08:12 +03:00
form post, not just form
This commit is contained in:
parent
8ea5b5bbd0
commit
2769a9ab0b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ syntax.
|
|||
The pointers \fIfirstitem\fP and \fIlastitem\fP point to, should both be
|
||||
pointers to NULL in the first call to this function. All list-data will be
|
||||
allocated by the function itself. You must call \fIcurl_formfree\fP after the
|
||||
form has been done to free the resources again.
|
||||
form post has been done to free the resources again.
|
||||
|
||||
See example below.
|
||||
.SH "FORM PARSE STRINGS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue