Current section

Files

Jump to
httpb src httpb.app.src
Raw

src/httpb.app.src

{application,httpb,
[{description,"An HTTP basic client"},
{vsn,"0.4.1"},
{registered,[]},
{applications,[kernel,stdlib,ssl]},
{env,[]},
{modules,[httpb]},
{files,["README.md","LICENSE","Makefile","rebar.config","priv",
"src","test"]},
{licenses,["MIT"]},
{links,[{"Github",
"https://github.com/SirWumpus/erlang-httpb"}]}]}.