Skip to content

mpapierski/asio_http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published