Skip to content
/ lhc Public
forked from sdytr/lhc

PROJECT MOVED! Now in the lfex Github org ...

Notifications You must be signed in to change notification settings

billosys/lhc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lhc

Little (LFE) HTTP Client -- A light-weight LFE wrapper around lhttpc

Introduction

TBD

Installation

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

Usage

Add content to me here!

About

PROJECT MOVED! Now in the lfex Github org ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 58.3%
  • Makefile 41.7%