HTTP server mock is a really useful tool for testing, it will help you to mock HTTP requests.
Info
| Version: | 0.0.94 |
| Author(s): | Jaime Amesti |
| Last Update: | Tuesday, March 19, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://jaimeamesti.github.io/HttpServerMock/ |
| NuGet Url: | https://www.nuget.org/packages/HttpServerMock |
Install
Install-Package HttpServerMock
dotnet add package HttpServerMock
paket add HttpServerMock
HttpServerMock Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Server.IISIntegration(>= 2.2.1)
- Microsoft.AspNetCore.Server.Kestrel(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.1)
Tags