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.1 | 
| Imports: | digest, httr2, jsonlite, rlang, stats, testthat, utils | 
| Suggests: | curl, knitr, pkgload, rmarkdown, spelling, webfakes, xml2 | 
| Published: | 2025-07-27 | 
| DOI: | 10.32614/CRAN.package.httptest2 | 
| Author: | Neal Richardson  [aut, cre],
  Jonathan Keane [ctb],
  Maƫlle Salmon  [ctb] | 
| Maintainer: | Neal Richardson  <neal.p.richardson at gmail.com> | 
| BugReports: | https://github.com/nealrichardson/httptest2/issues | 
| License: | MIT + file LICENSE | 
| URL: | https://enpiar.com/httptest2/,
https://github.com/nealrichardson/httptest2 | 
| NeedsCompilation: | no | 
| Language: | en-US | 
| Materials: | README, NEWS | 
| CRAN checks: | httptest2 results |