Skip to content

lfe-http/lhc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lhc

Build Status LFE Versions Erlang Versions Tags

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

LHC project logo

Contents

Introduction

This is simply meant to be a dead-simple HTTP client for LFE projects. That's all there is to it. It can use one of several possible HTTP clients under the hood. Some of those can can be a little cumbersome for those new to Erlang when used directly, so lhc can be quite helpful for them.

Dependencies

As of version 0.2.0, this project assumes that you have rebar3 installed somwhere in your $PATH. It no longer uses the old version of rebar. If you do not wish to use rebar3, you may use the most recent rebar2-compatible release of lhc: 0.1.0.

Installation

Just add it to your rebar.config deps:

{deps, [
  ...
  {lhc, "0.4.0"}
]}.

And then do the usual:

$ rebar compile

Usage

Usage information is provided in the documentation.

License

Apache Version 2 License

Copyright (c) 2015 BilloSystems, Ltd. Co.

Copyright (c) 2015-2023 Duncan McGreggor oubiwann@gmail.com

Packages

No packages published

Languages

  • HTML 63.7%
  • LFE 19.5%
  • JavaScript 11.3%
  • Erlang 4.2%
  • Makefile 1.3%