Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dotnet-httpclient

Reduce memory footprint while downloading a file with HTTPCLient [duplicate]

Reddit API Oauth2 "user required"

Using named HttpClient from IHttpClientFactory in a custom client

Can't Install System.Net.Http Package into a Windows Phone 7.1 Silverlight Project

HttpClient not using cache on staging server

HttpClient Modifies BaseAddress in Some Cases [duplicate]

c# .net uri dotnet-httpclient

Polly Retries Doesn't Close Existing HttpClient Call

System.Uri Class: Different escaping behaviour in Azure vs. .Net Framework

How to use AddHttpClient in .NET 6 Worker Service

Retrying C# HttpClient Unsuccessful Requests and Timeouts

Reducing HttpClient log verbosity

httpclient async/await or not

Demystify HTTP timeout and retry with Polly

Using multiple HttpClient objects in an ASP.NET Core application

Reproduce Invoke-WebRequest behaviour in C# [duplicate]

Unit test HttpClient with Polly

Retry multiple times when http request times out using polly c#