Faking HttpClient Using FakeItEasy
Recently in the FakeItEasy gitter channel, someone asked how to fake System.Net.Http.HttpClient.
This is a question that comes up from time to time, and each time I have to fumble for an answer and search old StackOverflow answers (usually for an older version of HttpClient) and the …