Info
Version: | 3.0.0 |
Author(s): | dkackman |
Last Update: | Friday, October 18, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dkackman/FakeHttp |
NuGet Url: | https://www.nuget.org/packages/Dkackman.FakeHttp |
Install
Install-Package Dkackman.FakeHttp
dotnet add package Dkackman.FakeHttp
paket add Dkackman.FakeHttp
Dkackman.FakeHttp Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 10.0.3)
- System.Net.Http(>= 4.3.2)
Tags
Supports recording and playback of responses. Particularly useful for separating client-side unit tests from web services.