Package: httr2 Title: Perform HTTP Requests and Process the Responses Version: 1.3.0.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")), person("Maximilian", "Girlich", role = "ctb") ) Description: Tools for creating and modifying HTTP requests, then performing them and processing the results. 'httr2' is a modern re-imagining of 'httr' that uses a pipe-based interface and solves more of the problems that API wrapping packages face. License: MIT + file LICENSE URL: https://httr2.r-lib.org, https://github.com/r-lib/httr2 BugReports: https://github.com/r-lib/httr2/issues Depends: R (>= 4.1) Imports: cli (>= 3.0.0), curl (>= 6.4.0), glue, lifecycle, magrittr, openssl, R6, rlang (>= 1.3.0), vctrs (>= 0.6.3), withr Suggests: askpass, bench, clipr, covr, digest, docopt, httpuv, jose, jsonlite, knitr, later (>= 1.4.0), nanonext, otel (>= 0.2.0), otelsdk (>= 0.2.0), paws.common (>= 0.8.0), promises, rappdirs, rmarkdown, testthat (>= 3.1.8), tibble, webfakes (>= 1.4.0), xml2 VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Config/testthat/parallel: true Config/testthat/start-first: resp-stream, req-perform Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libssl-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2026-07-14 13:23:18 UTC RemoteUrl: https://github.com/r-lib/httr2 RemoteRef: HEAD RemoteSha: bdfff989823e4ae9ff83cd532798d9d7ecc1089f NeedsCompilation: no Packaged: 2026-07-14 14:35:11 UTC; root Author: Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd], Maximilian Girlich [ctb] Maintainer: Hadley Wickham