diff options
author | Loïc Hoguin <[email protected]> | 2017-04-27 14:44:56 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-04-27 14:44:56 +0200 |
commit | 15750e632d9886eb9bfc876ba03402464b8facb3 (patch) | |
tree | c9bb6227c616e4e5fe879ba7fb8ecf64014624b8 /ebin/cowlib.app | |
parent | e4da2077723a26301de516c8da9b0b330545b5af (diff) | |
download | cowlib-15750e632d9886eb9bfc876ba03402464b8facb3.tar.gz cowlib-15750e632d9886eb9bfc876ba03402464b8facb3.tar.bz2 cowlib-15750e632d9886eb9bfc876ba03402464b8facb3.zip |
Add cow_sse module which implements parsing of SSE
Building of events will be implemented at a later time.
Diffstat (limited to 'ebin/cowlib.app')
-rw-r--r-- | ebin/cowlib.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/cowlib.app b/ebin/cowlib.app index 5c67b39..cd7fb77 100644 --- a/ebin/cowlib.app +++ b/ebin/cowlib.app @@ -1,7 +1,7 @@ {application, cowlib, [ {description, "Support library for manipulating Web protocols."}, {vsn, "2.0.0-pre.1"}, - {modules, ['cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http_hd','cow_http_te','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_uri','cow_ws']}, + {modules, ['cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http_hd','cow_http_te','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_ws']}, {registered, []}, {applications, [kernel,stdlib,crypto]}, {env, []} |