CURLHandle-class        Class "CURLHandle" for synchronous HTTP
                        requests
CurlFeatureBits         Constants for libcurl
MultiCURLHandle-class   Class "MultiCURLHandle" for asynchronous,
                        concurrent HTTP requests
basicTextGatherer       Cumulate text across callbacks (from an HTTP
                        response)
chunkToLineReader       Utility that collects data from the HTTP reply
                        into lines and calls user-provided function.
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
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
