HttpClient.Helpers
HttpClient.Helpers copied to clipboard
Some simple System.Net.Http.HttpClient test helpers
Hi, I'm using your library to author some tests and I got myself in the situation where my API client is forming a URL by adding many components both in...
Hi! [AutoFixture](https://github.com/AutoFixture/AutoFixture) is a great library for quickly building tests by assemblying test data. One of the paradigms they support is the usage of test parameters as a way to...
Now that `HttpClientFactory` was released with .NET Core 2.1, provide some documentation example about how to use this so people can really grok why to use this and how. Also...