Current section

Files

Jump to
nextroll_lhttpc src lhttpc.app.src
Raw

src/lhttpc.app.src

{application,lhttpc,
[{description,"Lightweight HTTP Client"},
{vsn,"1.4.0"},
{modules,[lhttpc,lhttpc_sup,lhttpc_client,lhttpc_sock,lhttp_lb]},
{registered,[lhttpc_sup]},
{applications,[kernel,stdlib,ssl,crypto,public_key]},
{mod,{lhttpc,[]}},
{env,[{connection_timeout,300000}]},
{pkg_name,nextroll_lhttpc},
{licenses,["MIT"]}]}.