longcongduoi / httplib

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License