Connecting Tech Pros Worldwide Forums | Help | Site Map

Http Client Library

Prathap
Guest
 
Posts: n/a
#1: Jul 11 '07
Hi,
I am looking for a good HttpClient library in c++ that can provide
me high level api for making http requests and read the response. I
did not find anything *promising* on googling. Do someone has some
experience in using any of the libraries? Does anyone has some
suggestions?

thanks
~
Prathap
Pivotsystems


kmclaughlin@absolute-performance.com
Guest
 
Posts: n/a
#2: Jul 11 '07

re: Http Client Library


On Jul 11, 12:22 pm, Prathap <prathapnir...@gmail.comwrote:
Quote:
Hi,
I am looking for a good HttpClient library in c++ that can provide
me high level api for making http requests and read the response. I
did not find anything *promising* on googling. Do someone has some
experience in using any of the libraries? Does anyone has some
suggestions?
>
thanks
~
Prathap
Pivotsystems
Try libcurl (http://curl.haxx.se/libcurl/). It has a C++ binding.

martini
Guest
 
Posts: n/a
#3: Jul 11 '07

re: Http Client Library


On Jul 11, 3:22 pm, Prathap <prathapnir...@gmail.comwrote:
Quote:
Hi,
I am looking for a good HttpClient library in c++ that can provide
me high level api for making http requests and read the response. I
did not find anything *promising* on googling. Do someone has some
experience in using any of the libraries? Does anyone has some
suggestions?
>
thanks
~
Prathap
Pivotsystems
you can try POCO, http://www.appinf.com/poco/info/index.html

Closed Thread