legendary-doc-site/apps/core/deps/cowlib/ebin/cowlib.app
2020-07-03 21:41:01 -05:00

11 lines
595 B
Erlang

{application,cowlib,
[{description,"Support library for manipulating Web protocols."},
{vsn,"2.9.1"},
{modules,[cow_base64url,cow_cookie,cow_date,cow_hpack,cow_http,
cow_http2,cow_http2_machine,cow_http_hd,
cow_http_struct_hd,cow_http_te,cow_iolists,cow_link,
cow_mimetypes,cow_multipart,cow_qs,cow_spdy,cow_sse,
cow_uri,cow_uri_template,cow_ws]},
{registered,[]},
{applications,[kernel,stdlib,crypto]},
{env,[]}]}.