RichardSzalay.MockHttp 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package RichardSzalay.MockHttp --version 1.4.0
NuGet\Install-Package RichardSzalay.MockHttp -Version 1.4.0
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="RichardSzalay.MockHttp" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RichardSzalay.MockHttp --version 1.4.0
#r "nuget: RichardSzalay.MockHttp, 1.4.0"
#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.
// Install RichardSzalay.MockHttp as a Cake Addin
#addin nuget:?package=RichardSzalay.MockHttp&version=1.4.0

// Install RichardSzalay.MockHttp as a Cake Tool
#tool nuget:?package=RichardSzalay.MockHttp&version=1.4.0

Testing layer for Microsoft's HttpClient library

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (18)

Showing the top 5 NuGet packages that depend on RichardSzalay.MockHttp:

Package Downloads
D2L.Security.OAuth2.TestFramework

Library for obtaining authorization in tests

Kralizek.AutoFixture.Extensions.MockHttp

An extension to AutoFixture to easily work with MockHttp.

comsec.sugar.moq The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A lean collection of classes to make it easier to mock multiple dependencies for a unit test.

Microsoft.Bot.Builder.Dialogs.Adaptive.Testing The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Library for creating declarative test scripts for testing Bot Framework Adaptive Dialogs.

Patros.MockHttpExtensions

This library is a small collection of extension methods for Richard Szalay's excellent MockHttp.

GitHub repositories (48)

Showing the top 5 popular GitHub repositories that depend on RichardSzalay.MockHttp:

Repository Stars
restsharp/RestSharp
Simple REST and HTTP API Client for .NET
reactiveui/refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
MudBlazor/MudBlazor
Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
cyanfish/naps2
Scan documents to PDF and more, as simply as possible.
Version Downloads Last updated
7.0.0 1,003,728 10/12/2023
6.0.0 12,231,167 11/18/2019
5.0.0 1,931,034 6/18/2018
4.0.0 105,399 4/16/2018
3.3.0 179,969 3/11/2018
3.2.1 691,341 9/7/2017
3.2.0 25,136 8/31/2017
3.1.0 5,961 8/29/2017
1.5.1 26,026 8/22/2017
1.5.0 222,862 2/23/2017
1.4.1 13,113 1/19/2017
1.4.0 3,640 1/17/2017
1.3.1 91,262 9/19/2016
1.3.0 28,828 6/30/2016
1.3.0-netstandard-alpha2 6,441 5/19/2016
1.3.0-netstandard-alpha1 2,293 5/19/2016
1.2.2 71,481 3/1/2016
1.2.1 18,493 5/6/2015
1.2.0 15,451 12/22/2014
1.1.0 2,669 12/21/2014
1.0.1.79-pre 2,174 7/5/2016
1.0.1 11,121 6/28/2014
1.0.1-beta 2,133 6/23/2014
1.0.0-beta 2,143 6/22/2014

1.4.0 - Cancellations and HttpClient timeouts are now supported. Fixes #29
     - Added a .ToHttpClient() convenience method to HttpClientHandler
     
1.3.1 - Multiple requests to the same mocked handler now return unique response streams. Fixes #21
     
1.3.0 - Added support for .NET Core via the .NET Standard Library (1.1)
 - Relative URLs now match correctly on Xamarin Android
1.2.2 - Root absolute URLs defined with no trailing flash now match those with a slash (and vice versa)
1.2.1 - HttpResponseMessage.RequestMessage is now assigned correctly
 - Form/Query data matching now works with both + and %20 space encodings (thanks Jozef Izso!)
1.2.0 - Changed PCL profile to support WP8.1
1.1.0 - Added MockHttpMessageHandler.Fallback and HttpClient passthrough support