https://github.com/astro/httpbis
Clone of the Haskell HTTP package
https://github.com/astro/httpbis
Last synced: about 1 year ago
JSON representation
Clone of the Haskell HTTP package
- Host: GitHub
- URL: https://github.com/astro/httpbis
- Owner: astro
- License: other
- Created: 2010-02-21T12:53:33.000Z (over 16 years ago)
- Default Branch: ipv6-support
- Last Pushed: 2010-02-21T14:08:15.000Z (over 16 years ago)
- Last Synced: 2025-02-17T05:29:18.024Z (over 1 year ago)
- Language: Haskell
- Homepage: http://projects.haskell.org/http/
- Size: 212 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
DESCRIPTION
This is the Haskell HTTP and Browser module package. It was originally
written by Warrick Gray and the original version is still available
from: http://homepages.paradise.net.nz/warrickg/haskell/http/
The version 4 rewrite to have the user be able to control how the
requests and response payloads are represented, incl. the accommodation
of the use of @ByteString@s (lazy and strict) was inspired in part by
Jonas Aadahl et al's experimental work on @ByteString@'ifying the HTTP
package a couple of years ago.
REQUIREMENTS
* A Haskell implementation such as GHC (http://www.haskell.org/ghc/)
or Hugs (http://www.haskell.org/hugs/) with support for Cabal.
INSTALLATION
* Configure:
$ runhaskell Setup.lhs configure
* Compile:
$ runhaskell Setup.lhs build
* Install (as root):
# runhaskell Setup.lhs install