aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/gun.app
blob: a953f9b1933c5e1321522259aa1778f05f2594ec (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.3.3"},
	{modules, ['gun','gun_app','gun_content_handler','gun_data_h','gun_http','gun_http2','gun_sse_h','gun_sup','gun_tcp','gun_tls','gun_ws','gun_ws_h']},
	{registered, [gun_sup]},
	{applications, [kernel,stdlib,ssl,cowlib]},
	{mod, {gun_app, []}},
	{env, []}
]}.