Viki.HttpMockSlim
1.0.1-alpha
See the version list below for details.
dotnet add package Viki.HttpMockSlim --version 1.0.1-alpha
NuGet\Install-Package Viki.HttpMockSlim -Version 1.0.1-alpha
<PackageReference Include="Viki.HttpMockSlim" Version="1.0.1-alpha" />
paket add Viki.HttpMockSlim --version 1.0.1-alpha
#r "nuget: Viki.HttpMockSlim, 1.0.1-alpha"
// Install Viki.HttpMockSlim as a Cake Addin #addin nuget:?package=Viki.HttpMockSlim&version=1.0.1-alpha&prerelease // Install Viki.HttpMockSlim as a Cake Tool #tool nuget:?package=Viki.HttpMockSlim&version=1.0.1-alpha&prerelease
Still in development, created to be used in internal load-tests to mock some http services
Developed with these requirements in mind:
* No admin-rights necessary
* No dependencies on other nugets
* Concurrency
* Easy to mock responses with funcs or with custom IHttpHandlerMock
Cons:
* It is small, so only simplified handler exists - which supports mocking StatusCode/ContentType/ResponseBody.
* Advanced features require implementing IHttpHandlerMock and handling HttpListenerContext.
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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.11 | 1,176 | 3/24/2021 |
2.0.10 | 403 | 3/24/2021 |
2.0.9 | 420 | 3/10/2021 |
2.0.5-preview | 249 | 3/9/2021 |
2.0.4-preview | 379 | 5/14/2020 |
2.0.2-preview | 340 | 5/13/2020 |
2.0.1-preview | 354 | 5/13/2020 |
1.0.3 | 1,900 | 7/14/2017 |
1.0.2-alpha | 884 | 3/21/2017 |
1.0.1-alpha | 905 | 3/21/2017 |
1.0.0 | 1,031 | 3/21/2017 |
0.0.5-beta | 881 | 3/21/2017 |
0.0.4-beta | 834 | 11/2/2016 |
0.0.3-beta | 1,148 | 10/28/2016 |
0.0.2-beta | 786 | 10/27/2016 |
0.0.1-beta | 1,016 | 10/27/2016 |
Restructuring things
Its not backwards compatible.