The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

cassette

This vignette tests that we can replay cassettes created by vcr::setup_knitr().

req <- request(httpbin$url("/get"))
req_perform(req)
#> <httr2_response>
#> GET http://127.0.0.1:57455/get
#> Status: 200 OK
#> Content-Type: application/json
#> Body: In memory (270 bytes)
req <- request(httpbin$url("/get?x=1"))
req_perform(req)
#> <httr2_response>
#> GET http://127.0.0.1:57455/get?x=1
#> Status: 200 OK
#> Content-Type: application/json
#> Body: In memory (286 bytes)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.