8000 GitHub - billosys/lhc: PROJECT MOVED! Now in the lfex Github org ...
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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!

50E4

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%
0