A dotnetcore version of the http-stub, allows setting up of a stub server.
Info
| Version: | 3.0.0 |
| Author(s): | Richard Parkins |
| Last Update: | Sunday, June 28, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/rgparkins/http-stub |
| NuGet Url: | https://www.nuget.org/packages/http-stub |
Install
Install-Package http-stub
dotnet add package http-stub
paket add http-stub
http-stub Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Hosting(>= 2.2.7)
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.AspNetCore.Server.Kestrel(>= 2.2.0)
- Microsoft.Extensions.Configuration.FileExtensions(>= 3.1.5)
- Microsoft.Extensions.DependencyModel(>= 3.1.5)
- Microsoft.Extensions.PlatformAbstractions(>= 1.1.0)