Learn R Programming

⚠️There's a newer version (6.4.0) of this package.Take me there.

curl (version 6.0.1)

A Modern and Flexible Web Client for R

Description

Bindings to 'libcurl' for performing fully configurable HTTP/FTP requests where responses can be processed in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr2' package which builds on this package with http specific tools and logic.

Copy Link

Version

Install

install.packages('curl')

Monthly Downloads

1,010,073

Version

6.0.1

License

MIT + file LICENSE

Maintainer

Jeroen Ooms

Last Published

November 14th, 2024

Functions in curl (6.0.1)

multi

Async Concurrent Requests
curl

Curl connection interface
curl_options

List curl version and options.
curl_download

Download file to disk
multipart

POST files or data
nslookup

Lookup a hostname
multi_download

Advanced download interface
handle

Create and configure a curl handle
parse_date

Parse date/time
curl_escape

URL encoding
handle_cookies

Extract cookies from a handle
ie_proxy

Internet Explorer proxy settings
send_mail

Send email
parse_headers

Parse response headers
file_writer

Lazy File Writer
curl_fetch_memory

Fetch the contents of a URL
curl_parse_url

Normalizing URL parser
curl_upload

Upload a File
curl_echo

Echo Service