Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dotnet-httpclient

.NET C# : HttpClient and the TaskCanceledException exception

C# HttpClient Detect Redirect

c# dotnet-httpclient

C#: Throttle/rate limit outgoing HTTP requests with Polly

call web api by passing simple and complex parameter

C# HttpClient.SendAsync await throws NullReferenceException

Call HttpClient.GetAsync in console application - Deadlock

C# NetCore WebAPI integration testing: HttpClient uses HTTPS for GET request, but then uses only HTTP for the POST request, and fails with Forbidden

How do I set up my model class for nested JSON responses?

json dotnet-httpclient

Polly: how to combine TimeoutPolicy and RetryPolicy to request a Func

How to prevent HttpClient.PostAsync to fill up memory?

Polly + API Services That Return Errors as Results

How do you override AddStandardResilenceHandler() for a specific client?