All Projects → haskell → Http

haskell / Http

Licence: other
Haskell HTTP package

Programming Languages

haskell
3896 projects

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 @[email protected] (lazy and strict) was inspired in part by Jonas Aadahl et al's experimental work on @[email protected]'ifying the HTTP package a couple of years ago.

This only supports HTTP; it does not support HTTPS. Attempts to use HTTPS result in an error.

REQUIREMENTS

INSTALLATION

To install from source, run "cabal install".

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].