skwas.MockHttp.Json
4.0.0
See the version list below for details.
dotnet add package skwas.MockHttp.Json --version 4.0.0
NuGet\Install-Package skwas.MockHttp.Json -Version 4.0.0
<PackageReference Include="skwas.MockHttp.Json" Version="4.0.0" />
paket add skwas.MockHttp.Json --version 4.0.0
#r "nuget: skwas.MockHttp.Json, 4.0.0"
// Install skwas.MockHttp.Json as a Cake Addin #addin nuget:?package=skwas.MockHttp.Json&version=4.0.0 // Install skwas.MockHttp.Json as a Cake Tool #tool nuget:?package=skwas.MockHttp.Json&version=4.0.0
JSON extensions for MockHttp.
Documentation
Please see the wiki for documentation.
Usage example
MockHttpHandler mockHttp = new MockHttpHandler();
// Configure setup(s).
mockHttp
.When(matching => matching
.JsonBody(new { id = 123 })
.Method("GET")
.RequestUri("http://localhost/controller/*")
)
.Respond(with => with
.StatusCode(200)
.JsonBody("<b>Hello world</b>")
.ContentType("text/html")
)
.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 was computed. 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 is compatible. 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 | 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
- Microsoft.AspNet.WebApi.Client (>= 5.2.9)
- skwas.MockHttp (>= 4.0.0)
- System.Text.Json (>= 5.0.2)
-
.NETFramework 4.7.2
- Microsoft.AspNet.WebApi.Client (>= 5.2.9)
- skwas.MockHttp (>= 4.0.0)
- System.Text.Json (>= 5.0.2)
-
.NETFramework 4.8
- Microsoft.AspNet.WebApi.Client (>= 5.2.9)
- skwas.MockHttp (>= 4.0.0)
- System.Text.Json (>= 5.0.2)
-
.NETStandard 2.0
- Microsoft.AspNet.WebApi.Client (>= 5.2.9)
- skwas.MockHttp (>= 4.0.0)
- System.Text.Json (>= 5.0.2)
-
.NETStandard 2.1
- Microsoft.AspNet.WebApi.Client (>= 5.2.9)
- skwas.MockHttp (>= 4.0.0)
- System.Text.Json (>= 5.0.2)
-
net6.0
- Microsoft.AspNet.WebApi.Client (>= 5.2.9)
- skwas.MockHttp (>= 4.0.0)
-
net7.0
- Microsoft.AspNet.WebApi.Client (>= 5.2.9)
- skwas.MockHttp (>= 4.0.0)
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 |
---|---|---|
4.5.0 | 1,478 | 10/2/2024 |
4.4.0 | 2,314 | 9/10/2024 |
4.3.1 | 12,643 | 1/31/2024 |
4.3.0 | 644 | 12/24/2023 |
4.2.0 | 2,111 | 11/18/2023 |
4.1.1 | 14,171 | 8/13/2023 |
4.1.0 | 176 | 8/12/2023 |
4.0.1 | 13,538 | 3/25/2023 |
4.0.0 | 1,889 | 1/3/2023 |
3.1.0-rc0002 | 455 | 7/15/2022 |
3.1.0-rc0001 | 270 | 7/9/2022 |
3.0.1 | 31,060 | 1/15/2022 |
3.0.0 | 2,372 | 12/24/2021 |
3.0.0-rc0002 | 202 | 12/24/2021 |
3.0.0-rc0001 | 324 | 11/22/2021 |
2.4.0 | 9,841 | 2/19/2021 |
2.3.0 | 3,957 | 11/28/2020 |
2.2.1 | 7,614 | 1/17/2020 |
2.2.0 | 643 | 1/13/2020 |
2.1.0 | 524 | 1/11/2020 |
2.0.8 | 1,377 | 11/13/2019 |
2.0.4 | 546 | 9/6/2019 |
2.0.0 | 3,194 | 9/4/2019 |
2.0.0-rc-031 | 394 | 9/2/2019 |
2.0.0-rc-015 | 386 | 9/2/2019 |
2.0.0-rc-003 | 392 | 8/15/2019 |
2.0.0-rc-002 | 372 | 8/14/2019 |
v4.0.0
- Add new Fluent response API by @skwasjer in #10 See also #9
This is a complete replacement of the old response builder API's, and thus likely will require you to refactor your tests (I'm sorry but such is the price of improvement sometimes :( ). See wiki for new API docs/examples. The request matching API's have largely stayed the same, but some extension methods were renamed for consistency.
- Added .NET 7 target framework
- Fix static code analysis warnings.
- Enable nullable by @skwasjer in #27
- Remove obsolete/deprecated code (+semver:major) by @skwasjer in #16
- Removed obsolete `ObjectResponseStrategy` extensions.