curl_easy_send

fnCURLcode curl_easy_send(CURL * curl, void * buffer, size_t buflen, size_t * n)

Name: curl_easy_send()

Description:

Sends data over the connected socket. Use after successful curl_easy_perform() with CURLOPT_CONNECT_ONLY option.