Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/http
Haskell HTTP package
https://github.com/haskell/http
Last synced: about 1 month ago
JSON representation
Haskell HTTP package
- Host: GitHub
- URL: https://github.com/haskell/http
- Owner: haskell
- License: other
- Created: 2010-10-31T11:33:10.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T14:01:55.000Z (7 months ago)
- Last Synced: 2024-04-16T00:49:06.987Z (7 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/HTTP
- Size: 574 KB
- Stars: 178
- Watchers: 13
- Forks: 61
- Open Issues: 17
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
A Haskell HTTP and Browser module package, originally written by Warrick Gray.
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.This only supports HTTP; it does not support HTTPS. Attempts to use
HTTPS result in an error.