https://github.com/benoitc/lhttpc-old
GIT clone of http://bitbucket.org/etc/lhttpc/
https://github.com/benoitc/lhttpc-old
Last synced: 5 months ago
JSON representation
GIT clone of http://bitbucket.org/etc/lhttpc/
- Host: GitHub
- URL: https://github.com/benoitc/lhttpc-old
- Owner: benoitc
- License: other
- Created: 2010-04-05T20:46:40.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-07-14T09:16:48.000Z (over 15 years ago)
- Last Synced: 2025-10-01T00:32:18.437Z (5 months ago)
- Language: Erlang
- Homepage: http://bitbucket.org/etc/lhttpc/
- Size: 1.5 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
Awesome Lists containing this project
README
Dependencies:
* Erlang/OTP R12-B or newer (compiler to build, kernel and stdlib to run)
* GNU Make (might actually build with some other make as well)
* Eunit (for testing)
To bulid the application simply run 'make'. This should build .beam, .app
files and documentation.
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.
Development:
There are some interesting make targets:
* test - Will compile and run all tests (using eunit)
* dialyzer - Will run dialyzer on the application