Dkackman.FakeHttp
1.3.0
See the version list below for details.
dotnet add package Dkackman.FakeHttp --version 1.3.0
NuGet\Install-Package Dkackman.FakeHttp -Version 1.3.0
<PackageReference Include="Dkackman.FakeHttp" Version="1.3.0" />
paket add Dkackman.FakeHttp --version 1.3.0
#r "nuget: Dkackman.FakeHttp, 1.3.0"
// Install Dkackman.FakeHttp as a Cake Addin #addin nuget:?package=Dkackman.FakeHttp&version=1.3.0 // Install Dkackman.FakeHttp as a Cake Tool #tool nuget:?package=Dkackman.FakeHttp&version=1.3.0
A library to allow faking of client http logic with System.Net.Http. Supports recording and playback of responses.
Particularly useful for separating client-side unit tests from web services.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.Bcl (>= 1.1.10)
- Microsoft.Bcl.Build (>= 1.0.21)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 7.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.0 - Initial release renamed to FakeHttp
1.1.0 - Bug fixes
Add ability to control response serializaion and deserialization via IResponseCallbacks
1.2.0 - Set Date header automatically by default
- bug fix https://github.com/dkackman/FakeHttp/issues/1
1.2.1 - Add Universal support
1.3.0 - Add Automatic mode