aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowboy.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-05-19 20:18:00 +0200
committerLoïc Hoguin <[email protected]>2017-05-19 20:18:00 +0200
commitf3e5f3e410b6fd2dbf8cd69a00245131c8f0ff4c (patch)
treeed83f8fbda345a92b2e2a6b3f0903cbdb9e3cc71 /ebin/cowboy.app
parent304e3efbf84bcee9e2f28480da85635800949cbe (diff)
downloadcowboy-f3e5f3e410b6fd2dbf8cd69a00245131c8f0ff4c.tar.gz
cowboy-f3e5f3e410b6fd2dbf8cd69a00245131c8f0ff4c.tar.bz2
cowboy-f3e5f3e410b6fd2dbf8cd69a00245131c8f0ff4c.zip
Preliminary h2 flow control support
Existing tests pass. A number of things remain to be done. Has only been tested with Gun so far. Feedback welcome!
Diffstat (limited to 'ebin/cowboy.app')
-rw-r--r--ebin/cowboy.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/cowboy.app b/ebin/cowboy.app
index a8d4a82..4b5088a 100644
--- a/ebin/cowboy.app
+++ b/ebin/cowboy.app
@@ -1,7 +1,7 @@
{application, 'cowboy', [
{description, "Small, fast, modern HTTP server."},
{vsn, "2.0.0-pre.8"},
- {modules, ['cowboy','cowboy_app','cowboy_bstr','cowboy_clear','cowboy_clock','cowboy_compress_h','cowboy_constraints','cowboy_handler','cowboy_http','cowboy_http2','cowboy_loop','cowboy_middleware','cowboy_req','cowboy_rest','cowboy_router','cowboy_static','cowboy_stream','cowboy_stream_h','cowboy_sub_protocol','cowboy_sup','cowboy_tls','cowboy_websocket']},
+ {modules, ['cowboy','cowboy_app','cowboy_bstr','cowboy_clear','cowboy_clock','cowboy_compress_h','cowboy_constraints','cowboy_handler','cowboy_http','cowboy_http2','cowboy_iolists','cowboy_loop','cowboy_middleware','cowboy_req','cowboy_rest','cowboy_router','cowboy_static','cowboy_stream','cowboy_stream_h','cowboy_sub_protocol','cowboy_sup','cowboy_tls','cowboy_websocket']},
{registered, [cowboy_sup,cowboy_clock]},
{applications, [kernel,stdlib,crypto,cowlib,ranch]},
{mod, {cowboy_app, []}},