HttpMockPlayer 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package HttpMockPlayer --version 0.1.0
NuGet\Install-Package HttpMockPlayer -Version 0.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HttpMockPlayer" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HttpMockPlayer --version 0.1.0
#r "nuget: HttpMockPlayer, 0.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HttpMockPlayer as a Cake Addin
#addin nuget:?package=HttpMockPlayer&version=0.1.0

// Install HttpMockPlayer as a Cake Tool
#tool nuget:?package=HttpMockPlayer&version=0.1.0

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 1,327 8/23/2019
2.0.1 1,198 10/14/2018
1.0.1 801 9/30/2018
0.2.2 820 9/18/2018
0.2.1 1,858 7/9/2016
0.2.0 1,406 7/7/2016
0.1.1 1,304 7/4/2016
0.1.0 1,023 7/3/2016