Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 409 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 409 Bytes

boost-asio-proxy

Source code for examples from article How to write simple HTTP proxy with Boost.Asio

Source code requires Boost >= 1.42 & CMake >= 2.6. Use following commands to configure & build example:

mkdir build
cd build
cmake ..
make

This work is licensed under a Creative Commons Attribution 3.0 Unported License.