Title: General Network (HTTP/FTP/...) Client Interface for R
Description: A wrapper for 'libcurl' <https://curl.se/libcurl/>
Provides functions to allow one to compose general HTTP requests
and provides convenient functions to fetch URIs, get & post
forms, etc. and process the results returned by the Web server.
This provides a great deal of control over the HTTP/FTP/...
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 FTP/FTPS/TFTP (uploads and
downloads), SSL/HTTPS, telnet, dict, ldap, and also supports
cookies, redirects, authentication, etc.
Author: CRAN Team [ctb, cre] ,
Duncan Temple Lang [aut]
Maintainer: CRAN Team <CRAN@r-project.org>
Diff between RCurl versions 1.98-1.7 dated 2022-06-09 and 1.98-1.8 dated 2022-07-30
DESCRIPTION | 6 +++--- MD5 | 38 +++++++++++++++++++------------------- data/mimeTypeExtensions.rda |binary inst/doc/philosophy.html | 36 ++++++++++++++++++------------------ inst/doc/withCookies.html | 22 +++++++++++----------- man/MultiCURLHandle-class.Rd | 2 +- man/basicHeaderGatherer.Rd | 4 ++-- man/basicTextGatherer.Rd | 20 ++++++++++---------- man/binaryBuffer.Rd | 4 ++-- man/chunkToLineReader.Rd | 8 +++++--- man/curlPerform.Rd | 8 ++++---- man/curlSetOpt.Rd | 4 ++-- man/dynCurlReader.Rd | 8 ++++---- man/getBinaryURL.Rd | 2 +- man/getCurlHandle.Rd | 6 +++--- man/getCurlInfo.Rd | 4 ++-- man/getFormParams.Rd | 4 ++-- man/getURIAsynchronous.Rd | 6 +++--- man/getURL.Rd | 38 +++++++++++++++++++------------------- man/url.exists.Rd | 4 ++-- 20 files changed, 113 insertions(+), 111 deletions(-)