From: worlman385 on
any HTTP Client library in C++ similar to what the HTTPClient Java
does?

http://www.innovation.ch/java/HTTPClient/
From: Tim Roberts on
worlman385(a)yahoo.com wrote:
>
>any HTTP Client library in C++ similar to what the HTTPClient Java
>does?
>
>http://www.innovation.ch/java/HTTPClient/

Not in C++, no, but there is one on the Win32 API. Look for information on
the "wininet" APIs.

http://msdn2.microsoft.com/en-us/library/aa383630.aspx
--
Tim Roberts, timr(a)probo.com
Providenza & Boekelheide, Inc.
From: Ben Voigt [C++ MVP] on
worlman385(a)yahoo.com wrote:
> any HTTP Client library in C++ similar to what the HTTPClient Java
> does?
>
> http://www.innovation.ch/java/HTTPClient/

http://curl.haxx.se/libcurl/