Package: httptest2 Type: Package Title: Test Helpers for 'httr2' Description: Testing and documenting code that communicates with remote servers can be painful. This package helps with writing tests for packages that use 'httr2'. It enables testing all of the logic on the R sides of the API without requiring access to the remote service, and it also allows recording real API responses to use as test fixtures. The ability to save responses and load them offline also enables writing vignettes and other dynamic documents that can be distributed without access to a live server. Version: 1.2.2.9000 Authors@R: c( person("Neal", "Richardson", role=c("aut", "cre"), email="neal.p.richardson@gmail.com", comment=c(ORCID="0009-0002-7992-3520")), person("Jonathan", "Keane", role="ctb", email="jkeane@gmail.com"), person("Maëlle", "Salmon", role="ctb", email="maelle.salmon@yahoo.se", comment=c(ORCID="0000-0002-2815-0399")) ) URL: https://enpiar.com/httptest2/, https://github.com/nealrichardson/httptest2 BugReports: https://github.com/nealrichardson/httptest2/issues License: MIT + file LICENSE Imports: digest, httr2 (>= 1.0.0), jsonlite, rlang, stats, testthat (>= 3.1.5), utils Suggests: curl, knitr, pkgload, rmarkdown, spelling, webfakes, xml2 Language: en-US RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Encoding: UTF-8 VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libuv1-dev libssl-dev Repository: https://nealrichardson.r-universe.dev Date/Publication: 2026-06-25 17:56:55 UTC RemoteUrl: https://github.com/nealrichardson/httptest2 RemoteRef: HEAD RemoteSha: 37efe13ff4c51504570c5e6ac2d93fff71a416a2 NeedsCompilation: no Packaged: 2026-06-25 20:19:32 UTC; root Author: Neal Richardson [aut, cre] (ORCID: ), Jonathan Keane [ctb], Maëlle Salmon [ctb] (ORCID: ) Maintainer: Neal Richardson