1curl_formfree(3)                libcurl Manual                curl_formfree(3)
2
3
4

NAME

6       curl_formfree  -  free  a previously build multipart/formdata HTTP POST
7       chain
8

SYNOPSIS

10       #include <curl/curl.h>
11
12       void curl_formfree(struct curl_httppost *form);
13

DESCRIPTION

15       curl_formfree() is used to clean up data previously built/appended with
16       curl_formadd(3). This must be called when the data has been used, which
17       typically means after the curl_easy_perform(3) has been called.
18

RETURN VALUE

20       None
21

SEE ALSO

23       curl_formadd(3)
24
25
26
27libcurl 7.7.1                    6 April 2001                 curl_formfree(3)
Impressum