libcurlVersion {base}R Documentation

Report Version of libcurl

Description

Report version of libcurl in use.

Usage

libcurlVersion()

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

libcurlVersion()

[Package base version 3.2.0 Index]