Skip to content
/ lhttpc Public

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

License

Notifications You must be signed in to change notification settings

esl/lhttpc

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d48be4f · Aug 28, 2013
Jan 14, 2013
Aug 28, 2013
Aug 28, 2013
Aug 28, 2013
Jun 16, 2010
Jan 14, 2013
Apr 4, 2012
Jun 6, 2009
Jan 14, 2013
Aug 22, 2010
Aug 23, 2010
Jan 14, 2013
Jan 15, 2013

Repository files navigation

Dependencies:
 * Erlang/OTP R13-B or newer
   * Application compiler to build, kernel, stdlib and ssl to run

Building: 
For versions > 1.2.5, lhttpc is built using rebar. Take a look at http://bitbucket.org/basho/rebar/wiki/Home for more information. 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.

Configuration: (environment variables)
 * 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.