Rev 8507 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
Package: RCurlVersion: 1.98-1.18Title: General Network (HTTP/FTP/...) Client Interface for RAuthors@R: c(person("CRAN Team", role = c('ctb', 'cre'),email = "CRAN@r-project.org",comment = "de facto maintainer since 2013"),person("Duncan", "Temple Lang", role = "aut",email = "duncan@r-project.org",comment = c(ORCID = "0000-0003-0159-1546")))SystemRequirements: GNU make, libcurlDescription: A wrapper for 'libcurl' <https://curl.se/libcurl/>Provides functions to allow one to compose general HTTP requestsand provides convenient functions to fetch URIs, get & postforms, 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 ahigher-level interface than is available just using R socketconnections. Additionally, the underlying implementation isrobust and extensive, supporting FTP/FTPS/TFTP (uploads anddownloads), SSL/HTTPS, telnet, dict, ldap, and also supportscookies, redirects, authentication, etc.License: BSD_3_clause + file LICENSEDepends: R (>= 3.4.0), methodsImports: bitopsSuggests: XMLCollate: aclassesEnums.R bitClasses.R xbits.R base64.R binary.Sclasses.S curl.S curlAuthConstants.R curlEnums.R curlError.RcurlInfo.S dynamic.R form.S getFormParams.R getURLContent.Rheader.R http.R httpError.R httpErrors.R iconv.R info.S mime.Rmulti.S options.S scp.R support.S upload.R urlExists.R zclone.Rzzz.R