https://github.com/haskell/HTTP
Haskell HTTP package
https://github.com/haskell/HTTP
Last synced: 17 days 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-01-05T18:05:02.000Z (5 months ago)
- Last Synced: 2025-05-06T04:53:15.464Z (25 days ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/HTTP
- Size: 586 KB
- Stars: 179
- Watchers: 12
- Forks: 59
- Open Issues: 18
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- awesome-haskell - HTTP - Haskell HTTP package. Supports client-side web programming in Haskell. (Web / Frameworks)
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.