Home > httplib

httplib

Httplib is a project mainly written in C++ and C, based on the MIT license.

C++ implementation of Python's urllib/urllib2 modules, using boost::asio

This is intended to be an implementation of Python's urllib/urllib2, in C++, leveraging boost::asio (and other boost libraries, such as regex).

Previous:first_app