ZewoGraveyard / uri_parser

URI parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uri_parser

Platforms Linux License MIT Slack Status

uri_parser is an URI parser. It is a modularized excerpt of node.js's http-parser source.

Installation

OS X

brew tap zewo/tap
brew install uri_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 uri-parser

Source

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

Community

Slack

Join us on Slack.

License

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

About

URI parser

License:MIT License


Languages

Language:C 92.8%Language:Makefile 7.2%