Search code examples
c++windowshttpasynchronouswindows-xp

HTTP client example on win32


I wanted to develop one HTTP example on win32 platform, which is asynchronous.

I am new to win32 programming, what are the api and library win32 platform provides for HTTP send and receive request? I am using Windows XP with VS 2005.

If any example is available please provide a link to it.


Solution

  • You can use WinHTTP library. Here is an sample on Asynchronous completion.