libcurl Manual curlformfree(3)
NAME
curlformfree - free a previously build multipart/formdata
HTP POST chain
SYNOPSIS
#include
void curlformfree(struct curlhttppost *form);
DESCRIPTION
curlformfree() is used to clean up data previously
built/appended with curlformadd(3). This must be called
when the data has been used, which typically means after
curleasyperform(3) has been called.
RETURN VALUE
None
SEE ALSO
curlformadd(3)
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcurl
Interface Stability Uncommitted
NOTES
Source for C-URL is available on http:/opensolaris.org.
libcurl 7.7.1 Last change: 6 April 2001 1
|