Package: request Title: High Level 'HTTP' Client Description: High level and easy 'HTTP' client for 'R' that makes assumptions that should work in most cases. Provides functions for building 'HTTP' queries, including query parameters, body requests, headers, authentication, and more. Version: 0.1.6.91 Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com") License: MIT + file LICENSE URL: https://github.com/sckott/request BugReports: https://github.com/sckott/request/issues Encoding: UTF-8 Depends: httr (>= 1.2.0) Imports: methods, stats, utils, curl (>= 2.2), jsonlite (>= 1.1), magrittr (>= 1.5), lazyeval (>= 0.2.0), whisker (>= 0.3-2), R6 (>= 2.2.0), tibble (>= 1.2), digest, rappdirs Suggests: testthat, data.table RoxygenNote: 7.1.0 Config/pak/sysreqs: libssl-dev Repository: https://sckott.r-universe.dev Date/Publication: 2020-06-16 19:07:01 UTC RemoteUrl: https://github.com/sckott/request RemoteRef: HEAD RemoteSha: ab4ceb85093c3e2bde6be3d1cce61d78440c29a5 NeedsCompilation: no Packaged: 2026-07-04 21:39:11 UTC; root Author: Scott Chamberlain [aut, cre] Maintainer: Scott Chamberlain