diff options
author | Loïc Hoguin <[email protected]> | 2017-05-19 16:42:37 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-05-19 16:42:37 +0200 |
commit | 0d5b36e1ba765c4aef84449e76c8ab8061074f96 (patch) | |
tree | 891921b2b33e951db2cc3d07f4f4a34a150ff962 /ebin | |
parent | 15750e632d9886eb9bfc876ba03402464b8facb3 (diff) | |
download | cowlib-0d5b36e1ba765c4aef84449e76c8ab8061074f96.tar.gz cowlib-0d5b36e1ba765c4aef84449e76c8ab8061074f96.tar.bz2 cowlib-0d5b36e1ba765c4aef84449e76c8ab8061074f96.zip |
Add functions for creating WINDOW_UPDATE h2 frames
Diffstat (limited to 'ebin')
-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 cd7fb77..8d7e059 100644 --- a/ebin/cowlib.app +++ b/ebin/cowlib.app @@ -1,4 +1,4 @@ -{application, cowlib, [ +{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_sse','cow_uri','cow_ws']}, |