New posts in dotnet-httpclient

HttpClient Multipart Form Post in C#

Web Api + HttpClient: An asynchronous module or handler completed while an asynchronous operation was still pending

Re-using HttpClient but with a different Timeout setting per request?

Pass multiple complex objects to a post/put Web API method

What is HttpRequestMessage.Properties?

Re-Send HttpRequestMessage - Exception

HttpClient vs HttpWebRequest

Should I share types between a Web API service and its client ? What are the other options?

Should HttpClient instances created by HttpClientFactory be disposed?

When or if to Dispose HttpResponseMessage when calling ReadAsStreamAsync?

How to pass in a mocked HttpClient in a .NET test?

How does one configure HttpClient not to automatically redirect when it receives a 301 HTTP Status Code?

Post byte array to Web API server using HttpClient

Trying to run multiple HTTP requests in parallel, but being limited by Windows (registry)

C# HttpClient An existing connection was forcibly closed by the remote host

HttpClientFactory.Create vs new HttpClient

Is it possible to access the compressed data before decompression in HttpClient?

How to send a file and form data with HttpClient in C#

PATCH Async requests with Windows.Web.Http.HttpClient class

ASP.NET WebApi: how to perform a multipart post with file upload using WebApi HttpClient