diff options
author | Loïc Hoguin <[email protected]> | 2014-02-05 13:13:37 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-02-05 13:19:35 +0100 |
commit | 521d7ed582d9b948031896c597170ef101d9f8b0 (patch) | |
tree | 0b15327d7cffee8399b0f2888ef77fcbda310a56 /Makefile | |
parent | 799e6e9b8faebe825b70299521b2e3465fc47c89 (diff) | |
download | cowlib-521d7ed582d9b948031896c597170ef101d9f8b0.tar.gz cowlib-521d7ed582d9b948031896c597170ef101d9f8b0.tar.bz2 cowlib-521d7ed582d9b948031896c597170ef101d9f8b0.zip |
Add the cow_multipart module for multipart message parsing and building
This is a new implementation that has been measured to be up
to 33% faster than the implementation that was in Cowboy.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ PROJECT = cowlib CT_SUITES = eunit +PLT_APPS = crypto include erlang.mk |