Skip to content

v0.6.0

Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 19 Oct 19:40
· 31 commits to master since this release
94166e7
  • Add support for client cloning (useful when trying to re-use EasyVCR's HTTP client as an inner client inside multiple HTTP clients)
    • This avoids an error where some clients, like RestSharp, expect the inner client to be a new instance each time
  • EasyVCR now uses an EasyVCRHTTPClient class instead of HttpClient to allow for internal functionality
    • EasyVCRHTTPClient implements HttpClient, so it can be used anywhere a HttpClient is expected