curl_easy_send

Name: curl_easy_send()

Description:

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

extern (C)
curl_easy_send
(,
void* buffer
,
size_t buflen
,
size_t* n
)

Meta