uhttpc: Minimal HTTP client library optimized for benchmarking
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
uhttpc
contains a simple low-level and lightweight Haskell
HTTP 1.1
library optimized for providing the bare minimum required for HTTP
benchmarking purposes and allowing for time measurements of the
individual phases of the HTTP transaction.
This package also provides the command-line tool uhttpc-bench
as an
usage example which mimics the popular
weighttp HTTP benchmarking tool's
CLI.
WARNING: uhttpc
was originally developed for evaluating the new
"Mio" parallel I/O manager
introduced with GHC 7.8 and provide a base-line for HTTP client libraries.
However, this is not a fully RFC compliant HTTP client library and
therefore ought not be used as a general purpose HTTP
implementation; Use libraries such as
http-streams
instead which aim toward full RFC compliance as well as having good
performance.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.5 |
---|---|
Change log | CHANGELOG.md |
Dependencies | async (>=2.0 && <2.2), base (>=4.6 && <4.11), bytestring (>=0.10 && <0.11), bytestring-lexing (>=0.4 && <0.6), deepseq (>=1.1 && <1.5), network (>=2.6 && <2.7), network-uri (>=2.6 && <2.7), optparse-applicative (>=0.11 && <0.14), uhttpc [details] |
License | GPL-3.0-only |
Copyright | © 2013-2015 Herbert Valerio Riedel |
Author | Herbert Valerio Riedel |
Maintainer | hvr@gnu.org |
Category | Network |
Home page | https://github.com/hvr/uhttpc |
Source repo | head: git clone https://github.com/hvr/uhttpc.git |
Uploaded | by HerbertValerioRiedel at 2018-01-05T15:15:33Z |
Modules
- Network
- HTTP
- Network.HTTP.MicroClient
- HTTP
Downloads
- uhttpc-0.1.1.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees