Entry: CFILE
Aliases: CFILE CFILE-class
Keywords: IO
Description: Create a C-level handle for a file
URL: ../../../library/RCurl/html/CFILE.html

Entry: CURLHandle-class
Aliases: CURLHandle-class
Keywords: classes
Description: Class "CURLHandle" for synchronous HTTP requests
URL: ../../../library/RCurl/html/CURLHandle-class.html

Entry: CurlFeatureBits
Aliases: CurlFeatureBits CurlNetrc CurlGlobalBits
Keywords: datasets
Description: Constants for libcurl
URL: ../../../library/RCurl/html/CurlFeatureBits.html

Entry: HTTP_VERSION_1_0
Aliases: HTTP_VERSION_1_0 HTTP_VERSION_1_1 HTTP_VERSION_LAST HTTP_VERSION_NONE SSLVERSION_DEFAULT SSLVERSION_LAST SSLVERSION_SSLv2 SSLVERSION_SSLv3 SSLVERSION_TLSv1
Keywords: datasets
Description: Symbolic constants for specifying HTTP and SSL versions in libcurl
URL: ../../../library/RCurl/html/HTTP_VERSION_1_0.html

Entry: MultiCURLHandle-class
Aliases: MultiCURLHandle-class pop push pop,MultiCURLHandle,CURLHandle-method pop,MultiCURLHandle,character-method push,MultiCURLHandle,CURLHandle-method
Keywords: classes
Description: Class "MultiCURLHandle" for asynchronous, concurrent HTTP requests
URL: ../../../library/RCurl/html/MultiCURLHandle-class.html

Entry: RCurlInternal
Aliases: coerce,numeric,NetrcEnum-method
Keywords: programming
Description: Internal functions
URL: ../../../library/RCurl/html/RCurl-internal.html

Entry: base64
Aliases: base64 base64Encode base64Decode
Keywords: IO programming
Description: Encode/Decode base64 content
URL: ../../../library/RCurl/html/base64.html

Entry: basicHeaderGatherer
Aliases: basicHeaderGatherer parseHTTPHeader
Keywords: IO
Description: Functions for processing the response header of a libcurl request
URL: ../../../library/RCurl/html/basicHeaderGatherer.html

Entry: basicTextGatherer
Aliases: basicTextGatherer multiTextGatherer debugGatherer
Keywords: IO
Description: Cumulate text across callbacks (from an HTTP response)
URL: ../../../library/RCurl/html/basicTextGatherer.html

Entry: binaryBuffer
Aliases: binaryBuffer coerce,RCurlBinaryBuffer,raw-method
Keywords: IO programming
Description: Create internal C-level data structure for collecting binary data
URL: ../../../library/RCurl/html/binaryBuffer.html

Entry: chunkToLineReader
Aliases: chunkToLineReader
Keywords: IO
Description: Utility that collects data from the HTTP reply into lines and calls user-provided function.
URL: ../../../library/RCurl/html/chunkToLineReader.html

Entry: complete
Aliases: complete complete,MultiCURLHandle-method
Keywords: IO
Description: Complete an asynchronous HTTP request
URL: ../../../library/RCurl/html/complete.html

Entry: curlEscape
Aliases: curlEscape curlUnescape
Keywords: IO
Description: Handle characters in URL that need to be escaped
URL: ../../../library/RCurl/html/curlEscape.html

Entry: curlGlobalInit
Aliases: curlGlobalInit curlGlobalCleanup
Keywords: IO
Description: Start and stop the Curl library
URL: ../../../library/RCurl/html/curlGlobalInit.html

Entry: curlOptions
Aliases: curlOptions getCurlOptionsConstants getCurlOptionTypes listCurlOptions mapCurlOptNames [<-.CURLOptions [[<-.CURLOptions
Keywords: IO
Description: Constructor and accessors for CURLOptions objects
URL: ../../../library/RCurl/html/curlOptions.html

Entry: curlPerform
Aliases: curlPerform curlMultiPerform
Keywords: IO
Description: Perform the HTTP query
URL: ../../../library/RCurl/html/curlPerform.html

Entry: curlSetOpt
Aliases: curlSetOpt
Keywords: IO
Description: Set values for the CURL options
URL: ../../../library/RCurl/html/curlSetOpt.html

Entry: curlVersion
Aliases: curlVersion
Keywords: IO
Description: Information describing the Curl library
URL: ../../../library/RCurl/html/curlVersion.html

Entry: dynCurlReader
Aliases: dynCurlReader
Keywords: IO
Description: Dynamically determine content-type of body from HTTP header and set body reader
URL: ../../../library/RCurl/html/dynCurlReader.html

Entry: CURLEnums
Aliases: |,BitwiseValue,BitwiseValue-method c,BitwiseValue-method &,BitwiseValue-method &,BitwiseValue,BitwiseValue-method [,EnumDef-method coerce,BitwiseValue,numeric-method curl_infotype-class CURLcode-class curl_proxytype-class curl_usessl-class curl_ftpccc-class curl_ftpauth-class curl_ftpcreatedir-class curl_ftpmethod-class CURL_NETRC_OPTION-class CURLFORMcode-class curl_TimeCond-class curl_closepolicy-class coerce,integer,curl_infotype-method coerce,integer,CURLcode-method coerce,integer,curl_proxytype-method coerce,integer,curl_usessl-method coerce,integer,curl_ftpccc-method coerce,integer,curl_ftpauth-method coerce,integer,curl_ftpcreatedir-method coerce,integer,curl_ftpmethod-method coerce,integer,CURL_NETRC_OPTION-method coerce,integer,CURLFORMcode-method coerce,integer,curl_TimeCond-method coerce,integer,curl_closepolicy-method coerce,numeric,curl_infotype-method coerce,numeric,CURLcode-method coerce,numeric,curl_proxytype-method coerce,numeric,curl_usessl-method coerce,numeric,curl_ftpccc-method coerce,numeric,curl_ftpauth-method coerce,numeric,curl_ftpcreatedir-method coerce,numeric,curl_ftpmethod-method coerce,numeric,CURL_NETRC_OPTION-method coerce,numeric,CURLFORMcode-method coerce,numeric,curl_TimeCond-method coerce,numeric,curl_closepolicy-method coerce,character,curl_infotype-method coerce,character,CURLcode-method coerce,character,curl_proxytype-method coerce,character,curl_usessl-method coerce,character,curl_ftpccc-method coerce,character,curl_ftpauth-method coerce,character,curl_ftpcreatedir-method coerce,character,curl_ftpmethod-method coerce,character,CURL_NETRC_OPTION-method coerce,character,CURLFORMcode-method coerce,character,curl_TimeCond-method coerce,character,curl_closepolicy-method
Keywords: programming
Description: Classes and coercion methods for enumerations in libcurl
URL: ../../../library/RCurl/html/enums.html

Entry: fileUpload
Aliases: fileUpload
Keywords: IO
Description: Specify information about a file to upload in an HTTP request
URL: ../../../library/RCurl/html/fileUpload.html

Entry: findHTTPHeaderEncoding
Aliases: findHTTPHeaderEncoding
Keywords: IO programming
Description: Find the encoding of the HTTP response from the HTTP header
URL: ../../../library/RCurl/html/findHTTPHeaderEncoding.html

Entry: ftpUpload
Aliases: ftpUpload
Keywords: IO programming
Description: Upload content via FTP
URL: ../../../library/RCurl/html/ftpUpload.html

Entry: getBinaryURL
Aliases: getBinaryURL
Keywords: IO programming
Description: Download binary content
URL: ../../../library/RCurl/html/getBinaryURL.html

Entry: getBitIndicators
Aliases: getBitIndicators setBitIndicators
Keywords: manip
Description: Operate on bit fields
URL: ../../../library/RCurl/html/getBitIndicators.html

Entry: getCurlHandle
Aliases: getCurlHandle getCurlMultiHandle dupCurlHandle
Keywords: IO
Description: Create libcurl handles
URL: ../../../library/RCurl/html/getCurlHandle.html

Entry: getCurlInfo
Aliases: getCurlInfo getCurlInfoConstants
Keywords: IO
Description: Access information about a CURL request
URL: ../../../library/RCurl/html/getCurlInfo.html

Entry: getURIAsynchronous
Aliases: getURIAsynchronous getURLAsynchronous
Keywords: IO
Description: Download multiple URIs concurrently, with inter-leaved downloads
URL: ../../../library/RCurl/html/getURIAsynchronous.html

Entry: getURL
Aliases: getURL getURI getURLContent
Keywords: IO
Description: Download a URI
URL: ../../../library/RCurl/html/getURL.html

Entry: merge.list
Aliases: merge.list
Keywords: manip
Description: Method for merging two lists by name
URL: ../../../library/RCurl/html/merge.list.html

Entry: postForm
Aliases: postForm getForm
Keywords: IO
Description: Submit an HTML form
URL: ../../../library/RCurl/html/postForm.html

Entry: reset
Aliases: reset reset,CURLHandle-method
Keywords: programming
Description: Generic function for resetting an object
URL: ../../../library/RCurl/html/reset.html
