http-kit: A low-level HTTP library
A low-level HTTP library that can be used to build more sophisticated applications on top of it.
The design goals are:
- secure
- To mitigate denial-of-service attacks, everything is bounded.
- efficient
- Message bodies are read in chunks, so that they can be processed in constant space.
- universal
- No framework for streaming
IO
is used. This allows you to build on top of it, using the libraries that fit your purpose.
Modules
[Index]
Downloads
- http-kit-0.5.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.4.0, 0.5.0, 0.5.1 |
---|---|
Dependencies | base (>=4 && <5), bytestring, case-insensitive, http-types [details] |
License | MIT |
Copyright | (c) 2014 Zalora South East Asia Pte. Ltd |
Author | Simon Hengel <sol@typeful.net> |
Maintainer | Simon Hengel <sol@typeful.net> |
Category | Network |
Source repo | head: git clone https://github.com/zalora/http-kit |
Uploaded | by SimonHengel at 2014-07-02T06:09:09Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 6236 total (27 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |