aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/gun.app
blob: f41a23e19fd89205b0b3c009d9bda52e925175f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
{application, 'gun', [
	{description, "HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP."},
	{vsn, "1.0.0-pre.5"},
	{modules, ['gun','gun_app','gun_content_handler','gun_data','gun_http','gun_http2','gun_sse','gun_sup','gun_ws','gun_ws_handler']},
	{registered, [gun_sup]},
	{applications, [kernel,stdlib,ssl,cowlib,ranch]},
	{mod, {gun_app, []}},
	{env, []}
]}.