Implement the HTTP plugin

Ended up including Joyent's http-parser library.
This commit is contained in:
2014-09-21 00:58:19 +02:00
parent 2b74a18833
commit 47aaedd26a
6 changed files with 113 additions and 8 deletions

2
README
View File

@@ -18,6 +18,8 @@ If you don't have Clang, you can edit the Makefile to use GCC or TCC, they work
just as good. But there's no CMake support yet, so I force it in the Makefile.
$ git clone https://github.com/pjanouch/ponymap.git
$ git submodule init
$ git submodule update
$ make
That is all, no installation is required, or supported for that matter.