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.
You can use WinHTTP library. Here is an sample on Asynchronous completion.