![]() |
|
![]() |
|
cURL ![]() ![]() ![]() curl_formget.3 -- man pageNAMEcurl_formget - serialize a previously built multipart/formdata HTTP POST chain SYNOPSIS#include <curl/curl.h> void curl_formget(struct curl_httppost * form, void * arg, curl_formget_callback append ); DESCRIPTIONcurl_formget() is used to serialize data previously built/appended with curl_formadd(3). Accepts a void pointer as second argument which will be passed to the curl_formget_callback function. typedef size_t (*curl_formget_callback)(void * arg, const char * buf, size_t len );
RETURN VALUE0 means everything was ok, non-zero means an error occurred EXAMPLE
AVAILABILITYThis function was added in libcurl 7.15.5 SEE ALSOThis HTML page was made with roffit. |
Page updated December 08, 2009.
web site info