Viki.HttpMockSlim 1.0.2-alpha

This is a prerelease version of Viki.HttpMockSlim.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Viki.HttpMockSlim --version 1.0.2-alpha
                    
NuGet\Install-Package Viki.HttpMockSlim -Version 1.0.2-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Viki.HttpMockSlim" Version="1.0.2-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Viki.HttpMockSlim" Version="1.0.2-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Viki.HttpMockSlim" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Viki.HttpMockSlim --version 1.0.2-alpha
                    
#r "nuget: Viki.HttpMockSlim, 1.0.2-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Viki.HttpMockSlim&version=1.0.2-alpha&prerelease
                    
Install Viki.HttpMockSlim as a Cake Addin
#tool nuget:?package=Viki.HttpMockSlim&version=1.0.2-alpha&prerelease
                    
Install Viki.HttpMockSlim as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,408 3/24/2021
2.0.10 426 3/24/2021
2.0.9 445 3/10/2021
2.0.5-preview 275 3/9/2021
2.0.4-preview 408 5/14/2020
2.0.2-preview 368 5/13/2020
2.0.1-preview 382 5/13/2020
1.0.3 2,068 7/14/2017
1.0.2-alpha 1,012 3/21/2017
1.0.1-alpha 1,033 3/21/2017
1.0.0 1,111 3/21/2017
0.0.5-beta 1,009 3/21/2017
0.0.4-beta 915 11/2/2016
0.0.3-beta 1,376 10/28/2016
0.0.2-beta 867 10/27/2016
0.0.1-beta 1,195 10/27/2016

Added few helper extensions