diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-21 00:58:19 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-21 01:02:16 +0200 |
commit | 47aaedd26a5ebabb3f009ca0c24c130c46558352 (patch) | |
tree | 88cfb53cd79b1538759c81c9e6e83207de1f6c1b /.gitmodules | |
parent | 2b74a188332f152e8952725812e086968a41e925 (diff) | |
download | ponymap-47aaedd26a5ebabb3f009ca0c24c130c46558352.tar.gz ponymap-47aaedd26a5ebabb3f009ca0c24c130c46558352.tar.xz ponymap-47aaedd26a5ebabb3f009ca0c24c130c46558352.zip |
Implement the HTTP plugin
Ended up including Joyent's http-parser library.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d56ec12 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "http-parser"] + path = http-parser + url = git://github.com/joyent/http-parser.git |