Sunday, March 21, 2010

A Fully Featured Windows HTTP Wrapper in C++

This is a fully featured Windows HTTP Wrapper in C++. It is wrapper in C++ class. It is fully featured and easy to use. You only need to include one single header file to use the wrapper.
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

Posted via email from jasper22's posterous