We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b9055 commit fa216baCopy full SHA for fa216ba
ebin/cowlib.app
@@ -0,0 +1,9 @@
1
+{application, 'cowlib', [
2
+ {description, "Support library for manipulating Web protocols."},
3
+ {vsn, "2.16.0"},
4
+ {modules, ['cow_base64url','cow_capsule','cow_cookie','cow_date','cow_deflate','cow_hpack','cow_http','cow_http1','cow_http2','cow_http2_machine','cow_http3','cow_http3_machine','cow_http_hd','cow_http_struct_hd','cow_http_te','cow_iolists','cow_link','cow_mimetypes','cow_multipart','cow_qpack','cow_qs','cow_spdy','cow_sse','cow_uri','cow_uri_template','cow_ws']},
5
+ {registered, []},
6
+ {applications, [kernel,stdlib,crypto]},
7
+ {optional_applications, []},
8
+ {env, []}
9
+]}.
0 commit comments