Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dotnet-httpclient

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?

Inconsistent outcome when trying to fetch all items from a paginated url

Deserialize JSON with nested lists from HttpResponseMessage

How to write unit test case IHttpClientFactory

How to correctly configure HttpClient's streaming for large files?

c# dotnet-httpclient

Creating a unit test for CORS with xUnit and .Net Core MVC controller