asio_http
asio_http copied to clipboard
High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.
Results
1
asio_http issues
Sort by
recently updated
recently updated
newest added
https://travis-ci.org/mpapierski/asio_http/builds/29204548 Turns out boost::asio::async_connect appears in boost > 1.46 versions. It is good idea to support C++03 and older Boost versions at this point. boost::asio::async_connect is used to do asynchronous...