Skip to content

ZewoGraveyard/uri_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.