Little (LFE) HTTP Client -- A light-weight LFE wrapper around lhttpc
TBD
Just add it to your rebar.config
deps:
{deps, [
...
{lhc, ".*",
{git, "git@github.com:YOURNAME/lhc.git", "master"}}
]}.
And then do the usual:
$ rebar get-deps
$ rebar compile
Add content to me here!