The library implements recorder and player of HTTP requests. When recording, a request to a remote service and its live response are serialized to JSON and saved to a file (cassette), so that next time the same request is made through the player it can be served with the previously recorded response. This scenario is common for integration tests running HTTP requests in isolation.
License
—
Deps
1
Install Size
—
Vulns
✓ 0
Published
Aug 23, 2019
$ dotnet add package HttpMockPlayerNo README available.