curl functions
All callable symbols documented in this include, grouped by declaration type.
Natives
| Name | Signature |
|---|---|
| curl_easy_cleanup | native curl_easy_cleanup(const CURL: handle) |
| curl_easy_escape | native curl_easy_escape(const CURL:handle, const url[], buffer[], const maxlen) |
| curl_easy_getinfo | native CURLcode: curl_easy_getinfo(const CURL: handle, const CURLINFO: info, any: ...) |
| curl_easy_init | native CURL: curl_easy_init() |
| curl_easy_perform | native curl_easy_perform(const CURL: handle, const callback[], const data[] = {}, const len = 0) |
| curl_easy_reset | native curl_easy_reset(const CURL: handle) |
| curl_easy_setopt | native CURLcode: curl_easy_setopt(const CURL: handle, const CURLoption: option, any: ...) |
| curl_easy_strerror | native curl_easy_strerror(const CURLcode: code, buffer[], const maxlen) |
| curl_easy_unescape | native curl_easy_unescape(const CURL: handle, const url[], buffer[], const maxlen) |
| curl_formadd | native CURLFORMcode: curl_formadd(&curl_httppost: first, &curl_httppost: last, any: ...) |
| curl_formfree | native curl_formfree(&curl_httppost: first) |
| curl_slist_append | native curl_slist: curl_slist_append(curl_slist: list, string[]) |
| curl_slist_free_all | native curl_slist_free_all(curl_slist: list) |
| curl_version | native curl_version(buffer[], const maxlen) |