1curl_formfree(3) libcurl Manual curl_formfree(3)
2
3
4
6 curl_formfree - free a previously build multipart/formdata HTTP POST
7 chain
8
10 #include <curl/curl.h>
11
12 void curl_formfree(struct curl_httppost *form);
13
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 curl_easy_perform(3) has been called.
18
20 None
21
23 curl_formadd(3)
24
25
26
27libcurl 7.7.1 6 April 2001 curl_formfree(3)