HttpMessageHandlers 1.2.6

Suggested Alternatives

Persilsoft.HttpDelegatingHandlers

Additional Details

You can use Persilsoft.HttpDelegatingHandlers package

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package HttpMessageHandlers --version 1.2.6
NuGet\Install-Package HttpMessageHandlers -Version 1.2.6
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="HttpMessageHandlers" Version="1.2.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HttpMessageHandlers --version 1.2.6
#r "nuget: HttpMessageHandlers, 1.2.6"
#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 HttpMessageHandlers as a Cake Addin
#addin nuget:?package=HttpMessageHandlers&version=1.2.6

// Install HttpMessageHandlers as a Cake Tool
#tool nuget:?package=HttpMessageHandlers&version=1.2.6

HttpMessageHandlers

Contains Http request handlers. Initially an exception handler.


Example

First, you need to add the http handler to the HttpClient

services.AddHttpClient("", httpClient =>
{
    httpClient.BaseAddress = new Uri("https://api.aldazsoft.com/");
})
.AddExceptionDelegatingHandler();
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on HttpMessageHandlers:

Package Downloads
ZMembership.Blazor

Membership Blazor

PushNotifications.Gateways

PushNotifications Gateways

Sms.Gateways

Sms Gateways

Mail.MailKit.Sender

Mail MailKit Sender

Sms.Mulesoft.Sender

Sms Mulesoft

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated