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 /src/cowlib.app.src | |
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 'src/cowlib.app.src')
-rw-r--r-- | src/cowlib.app.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cowlib.app.src b/src/cowlib.app.src index 568f72b..4981402 100644 --- a/src/cowlib.app.src +++ b/src/cowlib.app.src @@ -19,6 +19,7 @@ {registered, []}, {applications, [ kernel, - stdlib + stdlib, + crypto ]} ]}. |