asio_http icon indicating copy to clipboard operation
asio_http copied to clipboard

High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.

This project is unmaintained

Please consider using https://github.com/mpapierski/http-server instead.

===

Boost.Asio + http-parser from Joyent = fun. Build Status

===

Introduction

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!).

Building

mkdir build
cd build
cmake ..
make
make test

License

TBA