aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
blob: 3eb4d456b8a0b8ebca8e9e5ca95341632e0546e3 (plain) (blame)
1
2
3
4
5
6
7
{application, cowlib, [
	{description, "Support library for manipulating Web protocols."},
	{vsn, "1.3.0"},
	{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_uri','cow_ws']},
	{registered, []},
	{applications, [kernel,stdlib,crypto]}
]}.