Introduction - If you have any usage issues, please Google them yourself
CHttpClient is a helper class using WinInet API. The purpose of this class is to help you interact with a HTTP web server. The class design goal is as follows:
Easy to use.
As many flexibilities as possible.
Strict error handling.
I will briefly show you how to use this class. All detailed description has been documented in the attached help file.