Current section

Files

Jump to
lhttpc src lhttpc.app.src
Raw

src/lhttpc.app.src

{application,lhttpc,
[{description,"Lightweight HTTP Client"},
{vsn,"1.7.1"},
{modules,[]},
{registered,[lhttpc_manager]},
{applications,[kernel,stdlib,ssl,crypto]},
{mod,{lhttpc,nil}},
{env,[{connection_timeout,300000},{pool_size,1000}]},
{licenses,["BSD"]},
{links,[{"Github","https://github.com/erlcloud/lhttpc"}]}]}.