New posts in dotnet-httpclient

Deserialize JSON to Array or List with HTTPClient .ReadAsAsync using .NET 4.0 Task pattern

HttpClient single instance with different authentication headers

Adding HttpClient headers generates a FormatException with some values

How to use HttpClient to send content in body of GET request?

How do I get StatusCode from HttpRequestException?

How to post data using HttpClient?

Async call with await in HttpClient never returns

Authorization header is lost on redirect

Add client certificate to .NET Core HttpClient

Retrying HttpClient Unsuccessful Requests

How do I pass an object to HttpClient.PostAsync and serialize as a JSON body?

Struggling trying to get cookie out of response with HttpClient in .net 4.5

Is async HttpClient from .Net 4.5 a bad choice for intensive load applications?

Strange issue with System.Net.Http 4.2.0.0 not found

How to get content body from a httpclient call?

Cause of Error CS0161: not all code paths return a value

How can I tell when HttpClient has timed out?

Is HttpClient safe to use concurrently?

Adding Http Headers to HttpClient

Adding headers when using httpClient.GetAsync