base (version 3.2.0)

libcurlVersion: Report Version of libcurl

Description

Report version of libcurl in use.

Usage

libcurlVersion()

Arguments

Value

A character string, with value the libcurl version in use, or "" if none is. If libcurl is available, has attributes
ssl_version
A character string naming the SSL version, possibly "none".
libssh_version
A character string naming the libssh version, which may or may not be available.
protocols
A character vector of the names of supported protocols.

See Also

extSoftVersion for versions of other third-party software.

curlGetHeaders, download.file and url for functions which (optionally) use libcurl.

Examples

Run this code
libcurlVersion()

Run the code above in your browser using DataCamp Workspace