@hackage http-kit0.1.0

A low-level HTTP library

A low-level HTTP library that can be used to build more sophisticated HTTP 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 with constant space usage.
universal
No framework for streaming data is used. This allows you to build more sophisticated application on top of it, using the libraries that fit your purpose.