curl_easy_init
This function must be the first function to call, and it returns a CURL easy handle that you must use as input to other functions in the easy interface. This call MUST have a corresponding call to curl_easy_cleanup when the operation is complete. see also https://curl.haxx.se/libcurl/c/curl_easy_init.html
Syntax
native CURL: curl_easy_init()
Return
Curl — handle
Defined in
curl.inc
at line 66
.
This documentation was automatically generated from source.