File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 1- DESCRIPTION
2-
3- This is the Haskell HTTP and Browser module package. It was originally
4- written by Warrick Gray and the original version is still available
5- from: http://homepages.paradise.net.nz/warrickg/haskell/http/
1+ A Haskell HTTP and Browser module package, originally written by Warrick Gray.
62
73The version 4 rewrite to have the user be able to control how the
84requests and response payloads are represented, incl. the accommodation
9- of the use of @ByteString@s (lazy and strict) was inspired in part by
10- Jonas Aadahl et al's experimental work on @ByteString@'ifying the HTTP
5+ of the use of @ByteString@s (lazy and strict), was inspired in part by
6+ Jonas Aadahl et al's experimental work on @ByteString@'ifying the HTTP
117package a couple of years ago.
128
139This only supports HTTP; it does not support HTTPS. Attempts to use
1410HTTPS result in an error.
15-
16- REQUIREMENTS
17-
18- * A Haskell implementation such as GHC (http://www.haskell.org/ghc/)
19- or Hugs (http://www.haskell.org/hugs/) with support for Cabal.
20-
21- INSTALLATION
22-
23- To install from source, run "cabal install".
You can’t perform that action at this time.
0 commit comments