Skip to content

Commit 7fde80c

Browse files
committed
Revert "Remove cowboy.app"
This reverts commit 2a5515a.
1 parent 2a5515a commit 7fde80c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ebin/cowboy.app

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{application, 'cowboy', [
2+
{description, "Small, fast, modern HTTP server."},
3+
{vsn, "2.14.2"},
4+
{modules, ['cowboy','cowboy_app','cowboy_bstr','cowboy_children','cowboy_clear','cowboy_clock','cowboy_compress_h','cowboy_constraints','cowboy_decompress_h','cowboy_handler','cowboy_http','cowboy_http2','cowboy_http3','cowboy_loop','cowboy_metrics_h','cowboy_middleware','cowboy_quicer','cowboy_req','cowboy_rest','cowboy_router','cowboy_static','cowboy_stream','cowboy_stream_h','cowboy_sub_protocol','cowboy_sup','cowboy_tls','cowboy_tracer_h','cowboy_websocket','cowboy_webtransport']},
5+
{registered, [cowboy_sup,cowboy_clock]},
6+
{applications, [kernel,stdlib,crypto,cowlib,ranch]},
7+
{optional_applications, []},
8+
{mod, {cowboy_app, []}},
9+
{env, []}
10+
]}.

0 commit comments

Comments
 (0)