forked from ferd/lhttpc
-
Notifications
You must be signed in to change notification settings - Fork 1
lhttpc is a lightweight HTTP/1.1 client implemented in Erlang.
License
hirotnk/lhttpc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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. NOTE: THIS FORK OF LHTTPC IS ONLY RECOMMENDED IF YOU HAVE MANY REQUESTS TO DO TO A FEW RESTRICTED DOMAINS. It contains load-balancing mechanisms described in http://ferd.ca/rtb-where-erlang-blooms.html. It is not meant for general purpose use.
About
lhttpc is a lightweight HTTP/1.1 client implemented in Erlang.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Erlang 97.8%
- Shell 2.1%
- Makefile 0.1%