CURLcode curl_easy_recv(CURL * curl, void * buffer, size_t buflen, size_t * n)
Name: curl_easy_recv()
Description:
Receives data from the connected socket. Use after successful curl_easy_perform() with CURLOPT_CONNECT_ONLY option.