ND.FW.ClientProvider
0.0.4
dotnet add package ND.FW.ClientProvider --version 0.0.4
NuGet\Install-Package ND.FW.ClientProvider -Version 0.0.4
<PackageReference Include="ND.FW.ClientProvider" Version="0.0.4" />
<PackageVersion Include="ND.FW.ClientProvider" Version="0.0.4" />
<PackageReference Include="ND.FW.ClientProvider" />
paket add ND.FW.ClientProvider --version 0.0.4
#r "nuget: ND.FW.ClientProvider, 0.0.4"
#:package ND.FW.ClientProvider@0.0.4
#addin nuget:?package=ND.FW.ClientProvider&version=0.0.4
#tool nuget:?package=ND.FW.ClientProvider&version=0.0.4
A robust HTTP client provider for .NET 8 with built-in retry policies and circuit breaker pattern. Supports GET and POST methods with JSON and Form Data.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. |
-
net8.0
- Microsoft.Extensions.Configuration.Binder (>= 10.0.0)
- Microsoft.Extensions.Http (>= 10.0.0)
- Microsoft.Extensions.Http.Polly (>= 10.0.0)
- Microsoft.Extensions.Options (>= 10.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.0)
- ND.FW.Observability.Ports (>= 0.0.3)
- Polly (>= 8.6.5)
- Polly.Extensions.Http (>= 3.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ND.FW.ClientProvider:
| Package | Downloads |
|---|---|
|
ND.FW.WorkflowEngine
ND Enterprise WorkFlow Framework provides a unified, engine-agnostic abstraction for defining and executing business workflows within the ND IDP platform. Supports Elsa v3 as the backing workflow engine with built-in adapters for activity orchestration, transition wiring, HTTP call execution, and workflow lifecycle management. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 0.0.4
Multipart Form Data Support added