Info
| Version: | 3.0.2 |
| Author(s): | Hibri Marzook |
| Last Update: | Saturday, April 25, 2026 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/hibri/HttpMock |
| NuGet Url: | https://www.nuget.org/packages/HttpMock |
Install
Install-Package HttpMock
dotnet add package HttpMock
paket add HttpMock
HttpMock Download (Unzip the "nupkg" after downloading)
Dependencies
- Kayak(>= 0.7.2)
Tags
The verification calls have now moved to HttpMock.Verify.NUnit. Pass an ILoggerFactory to HttpServer for logging via any Microsoft.Extensions.Logging-compatible provider (e.g.
console, OpenTelemetry). HttpMockLogging.Configure(ILoggerFactory) is available as a global fallback.