Click here to Skip to main content
15,895,370 members
Articles / Test automation

Understanding, Creating, Using and Testing the HttpClient

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
2 Jun 2020CPOL3 min read 5.3K   4  
A description of how you can let the HttpClient client do exactly what you want and test for that with xUnit
An explanation is given of how the behaviour of an HttpClient can be changed based on the requirements for the application. Real code examples are given and the code is tested with xUnit.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Netherlands Netherlands
I am a self-employed software engineer working on .NET Core. I love TDD.

Comments and Discussions