libcurlVersion
Return the version of the cURL library in use
Description
Returns the version of the cURL library that TIBCO Enterprise Runtime for R uses to download from
URLs.
Usage
libcurlVersion()
Value
returns a character string containing the human-readable version of libcurl used by
TIBCO Enterprise Runtime for R.
You can also set the following attributes. If they are not present,
the functionality they encompass is not available.
ssl_version | The version of OpenSSL used by cURL to download from TLS-protected sites (for example, https:// URLs). |
libssh_version | The version of LibSSH used by cURL to download from SSH hosts (for example, scp:// URLs). |
protocols | A character vector containing the protocols that cURL understands and from which it can download. |
Examples
libcurlVersion()