0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Add request body support for SPDY

And various other improvements following the addition of two tests.

New dependency cowlib that will gradually receive most of the parse
code from SPDY but also HTTP and its headers.
This commit is contained in:
Loïc Hoguin 2013-09-02 19:14:28 +02:00
parent d68b3de9d9
commit 9eab26d835
4 changed files with 186 additions and 425 deletions

View file

@ -10,9 +10,11 @@ PLT_APPS = crypto public_key ssl
# Dependencies.
DEPS = ranch
TEST_DEPS = ct_helper gun
DEPS = cowlib ranch
dep_cowlib = pkg://cowlib master
dep_ranch = pkg://ranch 0.8.5
TEST_DEPS = ct_helper gun
dep_ct_helper = https://github.com/extend/ct_helper.git master
dep_gun = pkg://gun master