vcr (version 1.2.2)

Record 'HTTP' Calls to Disk

Description

Record test suite 'HTTP' requests and replays them during future runs. A port of the Ruby gem of the same name (). Works by hooking into the 'webmockr' R package for matching 'HTTP' requests by various rules ('HTTP' method, 'URL', query parameters, headers, body, etc.), and then caching real 'HTTP' responses on disk in 'cassettes'. Subsequent 'HTTP' requests matching any previous requests in the same 'cassette' use a cached 'HTTP' response.

Copy Link

Version

Down Chevron

Install

install.packages('vcr')

Monthly Downloads

2,572

Version

1.2.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Last Published

June 25th, 2023

Functions in vcr (1.2.2)