@hackage http-kit0.2.2
A low-level HTTP library
Categories
License
MIT
Maintainer
Simon Hengel <sol@typeful.net>
Links
Versions
Installation
Dependencies (4)
- base >=4 && <5
- bytestring
- case-insensitive
- http-types Show all…
Dependents (3)
@hackage/sproxy, @hackage/acme-everything, @hackage/reserve
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
IOis used. This allows you to build on top of it, using the libraries that fit your purpose.