curlVersion {RCurl}R Documentation

Information describing the Curl library

Description

This function queries the Curl library to provide information about its characteristics when it was compiled. This tells the user about its capabilities and can be used to determine strategies.

Usage

curlVersion(id = 0)

Arguments

id

Details

Value

A list

age
version
version_num
host
features
ssl_version
ssl_version_num
libz_version
protocols
ares
ares_num
libidn


See the man page for curl_version_info for a description of these fields. features in R is a named integer vector detailing the different features.

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

Curl homepage http://curl.haxx.se

See Also

curl_version_info in the libcurl documentation.

Examples

  curlVersion()

[Package Contents]