This package contains updated versions of Warrick Gray's excellent Haskell HTTP and Browser modules.
2007-10-21: Version 3001.0.0 released. Note that this version requires Cabal 1.2.1, which is not included with any currently released compilers. You can upgrade Cabal yourself, or use the older HTTP-3000.0.0 release.
2007-05-22: Thomas Schilling has written a blog post about Network.HTTP + ByteStrings.
2007-05-22: Releases are now available from HackageDB.
For an example of a simple client, see test/get.hs.
See HackageDB.
See HackageDB.
Use darcs to get the source from the repo at http://darcs.haskell.org/http/:
$ darcs get http://darcs.haskell.org/http/
$ tar -zxf http-VERSION.tar.gz $ cd http-VERSION
$ runhaskell Setup.lhs configure
$ runhaskell Setup.lhs build
# runhaskell Setup.lhs install
To report bugs, request features, submit patches, or ask for help, email bjorn@bringert.net.
The HTTP package is distributed under a BSD-style license.
Copyright 2003-2007 Björn Bringert.