-
Notifications
You must be signed in to change notification settings - Fork 145
/
Copy pathREADME
16 lines (13 loc) · 933 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.
Contributing to this project:
* Please provide minimal pull requests solving one thing at a time
* Changes fixing code style should be distinct from changes to the implementation.