Skip to content
forked from esl/lhttpc

lhttpc is a lightweight HTTP/1.1 client implemented in Erlang.

License

Notifications You must be signed in to change notification settings

billosys/lhttpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lhttpc

Notices

ESL

This project is no longer supported by Erlang Solutions. Instead, they recommend using shotgun or fusco.

BilloSystems Notice

We actually really like lhttpc and are happy with it. We'll maintain a repo for it until we run into limitations (we haven't so far).

Building

For versions > 1.2.5, lhttpc is built using rebar. There is still a Makefile with some of the old make targets, such as all, doc, test etc. for those who prefer that. The Makefile will however just call rebar.

ENV Configuration

  • connection_timeout: The time (in milliseconds) the client will try to kepp a HTTP/1.1 connection open. Changing this value in runtime has no effect, this can however be done through lhttpc_manager:update_connection_timeout/1.

About

lhttpc is a lightweight HTTP/1.1 client implemented in Erlang.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 98.1%
  • Shell 1.6%
  • Makefile 0.3%