views:

786

answers:

1

I am looking for a modern C++ HTTP library because libcurl's shortcomings are difficult to work around by C++ wrappers. Solutions based on Boost.ASIO, which has become the de-facto C++ TCP library, are preferred.

+5  A: 

The other day somebody recommended this on another thread:

http://cpp-netlib.github.com/html/index.html

I think this is as high-level as you will find, but I'm not sure if it's mature enough yet (I would say it probably is since they've proposed it for Boost inclusion).

Manuel
+1 seems most useful, I'll have a closer look.
Tronic
The URL no longer works, use http://cpp-netlib.github.com/
Tronic