Home | History | Annotate | Download | only in libtest

Lines Matching full:httppost

115   struct curl_httppost *httppost = NULL;
308 res = curl_easy_setopt(curl, CURLOPT_HTTPPOST, httppost);
310 err("HTTPPOST", res, __LINE__); goto test_cleanup; }
313 err("HTTPPOST", res, __LINE__); goto test_cleanup; }