Learn R Programming

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

RCurl (version 0.92-0)

HTTP request interface

Description

The package allows one to compose HTTP requests to fetch URIs, post forms, etc. and process the results returned by the Web server. This provides a great deal of control over the HTTP connection and the form of the request while providing a higher-level interface than is available just using R socket connections. Additionally, the underlying implementation is robust and extensive, supporting SSL/HTTPS, cookies, redirects, authentication, etc.

Copy Link

Version

Install

install.packages('RCurl')

Monthly Downloads

152,348

Version

0.92-0

License

BSD

Maintainer

Duncan Lang

Last Published

March 22nd, 2025

Functions in RCurl (0.92-0)

CurlFeatureBits

Constants for libcurl
curlGlobalInit

Start and stop the Curl library
curlEscape

Handle characters in URL that need to be escaped
CURLHandle-class

Class "CURLHandle" for synchronous HTTP requests
curlSetOpt

Set values for the CURL options
fileUpload

Specify information about a file to upload in an HTTP request
basicTextGatherer

Cumulate text across callbacks (from an HTTP response)
curlVersion

Information describing the Curl library
RCurlInternal

Internal functions
getBinaryURL

Download binary content
curlPerform

Perform the HTTP query
MultiCURLHandle-class

Class "MultiCURLHandle" for asynchronous, concurrent HTTP requests
curlOptions

Constructor and accessors for CURLOptions objects
getURL

Download a URI
getCurlHandle

Create libcurl handles
basicHeaderGatherer

Functions for processing the response header of a libcurl request
getURIAsynchronous

Download multiple URIs concurrently, with inter-leaved downloads
complete

Complete an asynchronous HTTP request
base64

Encode/Decode base64 content
getCurlInfo

Access information about a CURL request
merge.list

Method for merging two lists by name
findHTTPHeaderEncoding

Find the encoding of the HTTP response from the HTTP header
postForm

Submit an HTML form
chunkToLineReader

Utility that collects data from the HTTP reply into lines and calls user-provided function.
binaryBuffer

Create internal C-level data structure for collecting binary data
getBitIndicators

Operate on bit fields