Package: httr Title: Tools for Working with URLs and HTTP Version: 1.4.8.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Useful tools for working with HTTP organised by HTTP verbs (GET(), POST(), etc). Configuration functions make it easy to control additional request components (authenticate(), add_headers() and so on). License: MIT + file LICENSE URL: https://httr.r-lib.org/, https://github.com/r-lib/httr BugReports: https://github.com/r-lib/httr/issues Depends: R (>= 3.6) Imports: curl (>= 5.1.0), jsonlite, mime, openssl (>= 0.8), R6 Suggests: covr, httpuv, jpeg, knitr, png, readr, rmarkdown, testthat (>= 0.8.0), xml2 VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Encoding: UTF-8 Roxygen: list(markdown = TRUE, r6 = FALSE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libssl-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2026-02-13 21:40:14 UTC RemoteUrl: https://github.com/r-lib/httr RemoteRef: HEAD RemoteSha: 34b956569ebaa20cd955150fad765cd834f38be4 NeedsCompilation: no Packaged: 2026-06-13 08:06:31 UTC; root Author: Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Hadley Wickham