Current section

Files

Jump to
webtransport src webtransport.app.src
Raw

src/webtransport.app.src

{application,webtransport,
[{description,"WebTransport protocol for Erlang (HTTP/2 and HTTP/3)"},
{vsn,"0.4.1"},
{registered,[]},
{applications,[kernel,stdlib,public_key,quic,h2]},
{env,[]},
{modules,[webtransport,webtransport_handler,
webtransport_session,webtransport_stream,
webtransport_h2,webtransport_h3,
webtransport_h3_router,webtransport_client_handler,
wt_h2_capsule,wt_h2_init,wt_h3,wt_h3_capsule,
wt_error]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub",
"https://github.com/benoitc/erlang-webtransport"}]},
{files,["src","include","rebar.config","rebar.lock","README.md",
"CHANGELOG.md","LICENSE","docs"]}]}.