Sortix 1.1dev ports manual
This manual documents Sortix 1.1dev ports. You can instead view this document in the latest official manual.
libcurl(3) | libcurl easy interface | libcurl(3) |
NAME
libcurl-easy - easy interface overviewDESCRIPTION
When using libcurl's "easy" interface you init your session and get a handle (often referred to as an "easy handle"), which you use as input to the easy interface functions you use. Use curl_easy_init(3) to get the handle.SEE ALSO
curl_easy_init(3),curl_easy_cleanup(3),curl_easy_setopt(3), libcurl-errors(3), libcurl-multi(3), libcurl(3)February 3, 2016 | libcurl 7.69.0 |