Learn R Programming

curl (version 0.9.3)

curl_version: List curl version and options.

Description

curl_version() shows the versions of libcurl, libssl and zlib and supported protocols. curl_options() lists all options available in the current version of libcurl. The dataset curl_symbols lists all symbols (including options) provides more information about the symbols, including when support was added/removed from libcurl.

Usage

curl_version()

curl_options()

curl_symbols

Arguments

Examples

Run this code
# Curl/ssl version info
curl_version()
#Available curl options
curl_options()

# List all symbols
head(curl_symbols)

Run the code above in your browser using DataLab