Package: curl 5.3.0

Jeroen Ooms

curl: A Modern and Flexible Web Client for R

The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better performance, support for encryption (https, ftps), gzip compression, authentication, and other 'libcurl' goodies. The core of the package implements a framework for performing fully customized requests where data can be processed either 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 'httr' package which builds on this package with http specific tools and logic.

Authors:Jeroen Ooms [aut, cre], Hadley Wickham [ctb], RStudio [cph]

curl_5.3.0.tar.gz
curl_5.3.0.zip(r-4.5)curl_5.3.0.zip(r-4.4)curl_5.3.0.zip(r-4.3)
curl_5.3.0.tgz(r-4.4-x86_64)curl_5.3.0.tgz(r-4.4-arm64)curl_5.3.0.tgz(r-4.3-x86_64)curl_5.3.0.tgz(r-4.3-arm64)
curl_5.3.0.tar.gz(r-4.5-noble)curl_5.3.0.tar.gz(r-4.4-noble)
curl.pdf |curl.html
curl/json (API)
NEWS

# Install 'curl' in R:
install.packages('curl', repos = c('https://kubdatalab.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/jeroen/curl/issues

Uses libs:
  • curl– Easy-to-use client-side URL transfer library

On CRAN:

19.59 score 216 stars 5.6k packages 3.4k scripts 1.1M downloads 21 mentions 42 exports 0 dependencies

Last updated 11 hours agofrom:10e8dae4cc. Checks:OK: 2 NOTE: 7. Indexed: no.

TargetResultDate
Doc / VignettesOKOct 22 2024
R-4.5-win-x86_64NOTEOct 22 2024
R-4.5-linux-x86_64OKOct 22 2024
R-4.4-win-x86_64NOTEOct 22 2024
R-4.4-mac-x86_64NOTEOct 22 2024
R-4.4-mac-aarch64NOTEOct 22 2024
R-4.3-win-x86_64NOTEOct 22 2024
R-4.3-mac-x86_64NOTEOct 22 2024
R-4.3-mac-aarch64NOTEOct 22 2024

Exports:curlcurl_downloadcurl_echocurl_escapecurl_fetch_diskcurl_fetch_echocurl_fetch_memorycurl_fetch_multicurl_fetch_streamcurl_optionscurl_symbolscurl_unescapecurl_uploadcurl_versionfile_writerfind_portform_dataform_filehandle_cookieshandle_datahandle_resethandle_setformhandle_setheadershandle_setopthas_internetie_get_proxy_for_urlie_proxy_infomulti_addmulti_cancelmulti_downloadmulti_fdsetmulti_listmulti_runmulti_setnew_handlenew_poolnslookupparse_dateparse_headersparse_headers_listparse_urlsend_mail

Dependencies:

Proxies and Certificates on Windows Networks

Rendered fromwindows.Rmdusingknitr::rmarkdownon Oct 22 2024.

Last update: 2023-01-12
Started: 2019-08-28

The curl package: a modern R interface to libcurl

Rendered fromintro.Rmdusingknitr::rmarkdownon Oct 22 2024.

Last update: 2024-01-28
Started: 2015-02-28

Readme and manuals

Help Manual

Help pageTopics
Curl connection interfacecurl
Download file to diskcurl_download
Echo Servicecurl_echo find_port
URL encodingcurl_escape curl_unescape
Fetch the contents of a URLcurl_fetch_disk curl_fetch_echo curl_fetch_memory curl_fetch_multi curl_fetch_stream
List curl version and options.curl_options curl_symbols curl_version
Upload a Filecurl_upload
Lazy File Writerfile_writer
Create and configure a curl handlehandle handle_data handle_getcustom handle_getheaders handle_reset handle_setform handle_setheaders handle_setopt new_handle
Extract cookies from a handlehandle_cookies
Internet Explorer proxy settingsie_get_proxy_for_url ie_proxy ie_proxy_info
Async Concurrent Requestsmulti multi_add multi_cancel multi_fdset multi_list multi_run multi_set new_pool
Advanced download interfacemulti_download
POST files or dataform_data form_file multipart
Lookup a hostnamehas_internet nslookup
Parse date/timeparse_date
Parse response headersparse_headers parse_headers_list
Parse a URLparse_url
Send emailsend_mail