Sortix main manual
This manual documents Sortix main. 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)May 17, 2022 | libcurl 7.84.0 |