/http_parser

HTTP parser

Primary LanguageCMIT LicenseMIT

http_parser

Platforms Linux License MIT Slack Status

http_parser is an HTTP parser. It is a fork/source-dump of node.js's http-parser.

Installation

OS X

brew tap zewo/tap
brew install http_parser

Linux

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

Source

git clone https://github.com/Zewo/http_parser.git && cd http_parser
make
sudo make install

Community

Slack

Join us on Slack.

License

http_parser is released under the MIT license. See LICENSE for details.