Commit 2769a9ab authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

form post, not just form

parent 8ea5b5bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"