
17 Jun
2009
17 Jun
'09
4:04 a.m.
On Jun 16, 2009, at 5:24 PM, Christopher Kohlhoff wrote:
Hi all,
I have just released a new Boost.Asio-based library, Urdl, which can be used for accessing and downloading web content.
<http://think-async.com/Urdl> <http://sourceforge.net/projects/urdl>
It currently has limited support for the protocols "http", "https" and "file". It provides an easy-to-use extension to standard C++ iostreams and an asynchronous interface for use with Boost.Asio.
Looks nice (from reading the docs). I think the URL parsing class will turn out to be very useful, independently of URDL. -- Marshall