skwas.MockHttp
                             
                            
                                3.1.0-rc0002
                            
                        
                    See the version list below for details.
dotnet add package skwas.MockHttp --version 3.1.0-rc0002
NuGet\Install-Package skwas.MockHttp -Version 3.1.0-rc0002
<PackageReference Include="skwas.MockHttp" Version="3.1.0-rc0002" />
<PackageVersion Include="skwas.MockHttp" Version="3.1.0-rc0002" />
<PackageReference Include="skwas.MockHttp" />
paket add skwas.MockHttp --version 3.1.0-rc0002
#r "nuget: skwas.MockHttp, 3.1.0-rc0002"
#:package skwas.MockHttp@3.1.0-rc0002
#addin nuget:?package=skwas.MockHttp&version=3.1.0-rc0002&prerelease
#tool nuget:?package=skwas.MockHttp&version=3.1.0-rc0002&prerelease
.NET library to mock HTTP responses for HttpClient and verify request expectations with an experience inspired by Moq.
Documentation
Please see the wiki for documentation.
Usage example
MockHttpHandler mockHttp = new MockHttpHandler();
// Configure setup(s).
mockHttp
    .When(matching => matching
        .Method("GET")
        .RequestUri("http://localhost/controller/*")
    )
    .Respond(with => with
        .StatusCode(200)
        .JsonBody(new { id = 123, firstName = "John", lastName = "Doe" })
    )
    .Verifiable();
var client = new HttpClient(mockHttp);
var response = await client.GetAsync("http://localhost/controller/action?test=1");
// Verify the expectations.
mockHttp.Verify();
Contributions
Please check out the contribution guidelines.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. | 
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. | 
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. | 
| .NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. net481 was computed. | 
| MonoAndroid | monoandroid was computed. | 
| MonoMac | monomac was computed. | 
| MonoTouch | monotouch was computed. | 
| Tizen | tizen40 was computed. tizen60 was computed. | 
| Xamarin.iOS | xamarinios was computed. | 
| Xamarin.Mac | xamarinmac was computed. | 
| Xamarin.TVOS | xamarintvos was computed. | 
| Xamarin.WatchOS | xamarinwatchos was computed. | 
- 
                                                    .NETFramework 4.6.2- No dependencies.
 
- 
                                                    .NETFramework 4.7.2- No dependencies.
 
- 
                                                    .NETFramework 4.8- No dependencies.
 
- 
                                                    .NETStandard 2.0- No dependencies.
 
- 
                                                    .NETStandard 2.1- No dependencies.
 
- 
                                                    net5.0- No dependencies.
 
- 
                                                    net6.0- No dependencies.
 
NuGet packages (2)
Showing the top 2 NuGet packages that depend on skwas.MockHttp:
| Package | Downloads | 
|---|---|
| skwas.MockHttp.Json JSON and MediaTypeFormatter extensions for skwas.MockHttp. | |
| skwas.MockHttp.Server .NET library to mock HTTP responses for any HTTP client and verify request expectations with an experience inspired by Moq. | 
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on skwas.MockHttp:
| Repository | Stars | 
|---|---|
| MindscapeHQ/raygun4net 
                                                            Raygun provider for .NET
                                                         | 
| Version | Downloads | Last Updated | 
|---|---|---|
| 4.6.0 | 517 | 10/8/2025 | 
| 4.5.0 | 21,404 | 10/2/2024 | 
| 4.4.0 | 5,415 | 9/10/2024 | 
| 4.3.1 | 37,237 | 1/31/2024 | 
| 4.3.0 | 1,193 | 12/24/2023 | 
| 4.2.0 | 2,671 | 11/18/2023 | 
| 4.1.1 | 21,149 | 8/13/2023 | 
| 4.1.0 | 359 | 8/12/2023 | 
| 4.0.1 | 24,710 | 3/25/2023 | 
| 4.0.0 | 3,527 | 1/3/2023 | 
| 3.1.0-rc0002 | 948 | 7/15/2022 | 
| 3.1.0-rc0001 | 1,420 | 7/9/2022 | 
| 3.0.1 | 52,993 | 1/15/2022 | 
| 3.0.0 | 3,061 | 12/24/2021 | 
| 3.0.0-rc0002 | 412 | 12/24/2021 | 
| 3.0.0-rc0001 | 537 | 11/22/2021 | 
| 2.4.0 | 15,119 | 2/19/2021 | 
| 2.3.0 | 4,583 | 11/28/2020 | 
| 2.2.1 | 8,815 | 1/17/2020 | 
| 2.2.0 | 1,063 | 1/13/2020 | 
| 2.1.0 | 840 | 1/11/2020 | 
| 2.0.8 | 1,668 | 11/13/2019 | 
| 2.0.4 | 831 | 9/6/2019 | 
| 2.0.0 | 3,563 | 9/4/2019 | 
| 1.3.0 | 715 | 7/27/2019 | 
| 1.2.0 | 741 | 7/7/2019 | 
| 1.1.2 | 687 | 7/4/2019 | 
| 1.1.0 | 685 | 7/4/2019 | 
| 1.0.0 | 748 | 7/3/2019 | 
v3.1.0-alpha1
      - Added new fluent response API which provides more flexibility and control over the response. This new API replaces the current `.Respond()` API, and as such most of the old methods/overloads are now deprecated and will be removed in v4.
      - Added `RateLimitedStream` helper to simulate network transfer rates.