curl_formget
fn
int curl_formget(curl_httppost * form, void * arg, curl_formget_callback append)Name: curl_formget()
Description:
Serialize a curl_httppost struct built with curl_formadd(). Accepts a void pointer as second argument which will be passed to the curl_formget_callback function. Returns 0 on success.