http_parser is an HTTP parser. It is a fork/source-dump of node.js's http-parser.
brew tap zewo/tap
brew install http_parser
echo "deb [trusted=yes] http://apt.zewo.io/deb ./" | sudo tee --append /etc/apt/sources.list
sudo apt-get update
sudo apt-get install http-parser
git clone https://github.com/Zewo/http_parser.git && cd http_parser
make
sudo make install
Join us on Slack.
http_parser is released under the MIT license. See LICENSE for details.