|
From: worlman385 on 18 Mar 2008 18:08 any HTTP Client library in C++ similar to what the HTTPClient Java does? http://www.innovation.ch/java/HTTPClient/
From: Tim Roberts on 19 Mar 2008 02:42 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 19 Mar 2008 11:15 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/
|
Pages: 1 Prev: HTML Tidy example code Next: Virtual function design pattern |