rvcr icon indicating copy to clipboard operation
rvcr copied to clipboard

Record-and-replay testing middleware for reqwest http client.

Results 7 rvcr issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/ChorusOne/rvcr/issues/21 Updates reqwest middleware dependencies.

Reqwest updated to 0.12 recently and their implementation of reqwest changed. This required reqwest middleware to update it's implementation which in turn made rvcr incompatible with it's most recent version....

Making this change to align with the documentation: `/// Record requests to the local VCR cassette files. Existing files will be overwritten` ... and my expectation as a user coming...

The current 2 options for storing and retrieving messages are limiting, we need a more advanced method for indexing messages.

Hi, first of all, it's awesome to see a library inspired by Ruby vcr. Nice work! When making requests to an API as a client, not a server, the extra...

This exposes the ability to provide "matchers" for request bodies, and specify your JSON response bodies as JSON, new features recently added to `vcr-cassette`. (Merge note: this PR depends on...