http-kit: A low-level HTTP library

[ library, mit, network ] [ Propose Tags ]

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.

Downloads

Maintainer's Corner

Package maintainers

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-04-23T10:42:33Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6111 total (25 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]