CURLHandle-class        Class "CURLHandle" for synchronous HTTP
                        requests
CurlFeatureBits         Constants for libcurl
MultiCURLHandle-class   Class "MultiCURLHandle" for asynchronous,
                        concurrent HTTP requests
base64                  Encode/Decode base64 content
basicHeaderGatherer     Functions for processing the response header of
                        a libcurl request
basicTextGatherer       Cumulate text across callbacks (from an HTTP
                        response)
binaryBuffer            Create internal C-level data structure for
                        collecting binary data
chunkToLineReader       Utility that collects data from the HTTP reply
                        into lines and calls user-provided function.
coerce,numeric,NetrcEnum-method
                        Internal functions
complete                Complete an asynchronous HTTP request
curlEscape              Handle characters in URL that need to be
                        escaped
curlGlobalInit          Start and stop the Curl library
curlOptions             Constructor and accessors for CURLOptions
                        objects
curlPerform             Perform the HTTP query
curlSetOpt              Set values for the CURL options
curlVersion             Information describing the Curl library
fileUpload              Specify information about a file to upload in
                        an HTTP request
findHTTPHeaderEncoding
                        Find the encoding of the HTTP response from the
                        HTTP header
getBinaryURL            Download binary content
getBitIndicators        Operate on bit fields
getCurlHandle           Create libcurl handles
getCurlInfo             Access information about a CURL request
getURIAsynchronous      Download multiple URIs concurrently, with
                        inter-leaved downloads
getURL                  Download a URI
merge.list              Method for merging two lists by name
postForm                Submit an HTML form
