Background
Several months ago, I posted my first article A Simple Windows HTTP Wrapper Using C++ in CodeProject, I continued to update it in the last several months and finally got the fully featured Windows HTTP Wrapper based on WinHTTP APIs in C++.
Features
* Cookies supported
* Proxy supported
* GET, POST method supported
* Request headers customization supported
* Disable automatic redirection supported
* https supported
* Receive progress supported
* Some other features
Read more: Codeproject