Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talko/lhttpc
What used to be here -- this is a backwards-compat user and repo m(
https://github.com/talko/lhttpc
Last synced: about 1 month ago
JSON representation
What used to be here -- this is a backwards-compat user and repo m(
- Host: GitHub
- URL: https://github.com/talko/lhttpc
- Owner: talko
- License: other
- Created: 2016-03-17T16:03:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T16:06:43.000Z (over 8 years ago)
- Last Synced: 2024-04-22T13:33:37.025Z (8 months ago)
- Language: Erlang
- Homepage:
- Size: 1.58 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
Awesome Lists containing this project
- freaking_awesome_elixir - Erlang - A lightweight HTTP/1.1 client implemented in Erlang. (HTTP)
- fucking-awesome-elixir - lhttpc - A lightweight HTTP/1.1 client implemented in Erlang. (HTTP)
- awesome-elixir - lhttpc - A lightweight HTTP/1.1 client implemented in Erlang. (HTTP)
README
Dependencies:
* Erlang/OTP R13-B or newer
* Application compiler to build, kernel, stdlib and ssl to runBuilding:
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.