Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
libcurl-easy(3) | Library Functions Manual | libcurl-easy(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_cleanup(3), curl_easy_init(3), curl_easy_setopt(3), libcurl(3), libcurl-errors(3), libcurl-multi(3)2024-11-21 | libcurl |