Learn R Programming

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

curl (version 6.2.3)

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,223,162

Version

6.2.3

License

MIT + file LICENSE

Maintainer

Jeroen Ooms

Last Published

May 24th, 2025

Functions in curl (6.2.3)

parse_date

Parse date/time
handle_cookies

Extract cookies from a handle
parse_headers

Parse response headers
ie_proxy

Internet Explorer proxy settings
multi_download

Advanced download interface
nslookup

Lookup a hostname
multipart

POST files or data
send_mail

Send email
curl

Curl connection interface
curl_upload

Upload a File
handle

Create and configure a curl handle
curl_echo

Echo Service
curl_options

List curl version and options.
file_writer

Lazy File Writer
curl_download

Download file to disk
curl_escape

URL encoding
curl_parse_url

Normalizing URL parser
curl_fetch_memory

Fetch the contents of a URL
multi

Async Concurrent Requests