Please consider using https://github.com/mpapierski/http-server instead.
===
Boost.Asio + http-parser from Joyent = fun.
===
You can create your own high performance HTTP based services in seconds. This library uses http-parser
library from Joyent which is based on the nginx
http parser (and powers nodejs
http lib too!).
mkdir build
cd build
cmake ..
make
make test
TBA