curl_version

Returns a human readable string with the version number of libcurl and some of its important components (like OpenSSL version). see also https://curl.haxx.se/libcurl/c/curl_version.html

Syntax

native curl_version(buffer[], const maxlen)

Usage

buffer Buffer to copy string with the version number
maxlen Maximum size of the buffer
Defined in curl.inc . This documentation was automatically generated from source.