HTTP: A library for client-side HTTP
A package for sending and receiving HTTP requests and responses, all implemented
in Haskell (assuming you've already got a network stack to spare, via the network
package!) The representation of content of in requests and responses is user-controllable,
letting you pick a representation that fits your code better (e.g., use ByteString
s rather
than the default Haskell String
s.) Example uses:
do rsp <- Network.HTTP.simpleHTTP (getRequest "http://www.haskell.org/") -- fetch document and return it (as a 'String'.) fmap (take 100) (getResponseBody rsp) do rsp <- Network.Browser.browse $ do setAllowRedirects True -- handle HTTP redirects request $ getRequest "http://google.com/" fmap (take 100) (getResponseBody rsp)
Git repository available at git://code.galois.com/HTTPbis.git
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
old-base | Old, monolithic base | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- HTTP-400006.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
- BjornBringert, BryanOSullivan, DonaldStewart, DuncanCoutts, GaneshSittampalam, JohanTibell, SigbjornFinne
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 300000, 300100, 300101, 300102, 300103, 300104, 3001年1月3日, 3001年1月4日, 3001年1月5日, 400000, 400001, 400002, 400003, 400004, 400005, 400006, 400007, 400008, 400009, 4000010, 400010, 4000年1月1日, 4000年1月2日, 400020, 4000年2月1日, 4000年2月2日, 4000年2月3日, 4000年2月4日, 4000年2月5日, 4000年2月6日, 4000年2月7日, 4000年2月8日, 4000年2月9日, 4000年2月10日, 4000年2月11日, 4000年2月12日, 4000年2月13日, 4000年2月14日, 4000年2月15日, 4000年2月16日, 4000年2月16日.1, 4000年2月17日, 4000年2月18日, 4000年2月19日, 4000年2月20日, 4000年2月21日, 4000年2月22日, 4000年2月23日, 400030, 4000年3月1日, 4000年3月2日, 4000年3月3日, 4000年3月4日, 4000年3月5日, 4000年3月6日, 4000年3月7日, 4000年3月8日, 4000年3月9日, 4000年3月10日, 4000年3月11日, 4000年3月12日, 4000年3月13日, 4000年3月14日, 4000年3月15日, 4000年3月16日, 400040, 4000年4月1日 |
---|---|
Change log | CHANGES |
Dependencies | array , base (>=2 && <4.4), bytestring , mtl , network (<2.4), old-time , parsec [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) 2002, Warrick Gray Copyright (c) 2002-2005, Ian Lynagh Copyright (c) 2003-2006, Bjorn Bringert Copyright (c) 2004, Andre Furtado Copyright (c) 2004, Ganesh Sittampalam Copyright (c) 2004-2005, Dominic Steinitz Copyright 2007 Robin Bate Boerop Copyright 2008- Sigbjorn Finne |
Author | Warrick Gray <warrick.gray@hotmail.com> |
Maintainer | Sigbjorn Finne <sigbjorn.finne@gmail.com> |
Revised | Revision 1 made by HerbertValerioRiedel at 2014年12月30日T18:48:29Z |
Category | Network |
Home page | http://projects.haskell.org/http/ |
Uploaded | by SigbjornFinne at 2009年04月22日T02:26:47Z |
Distributions | Arch:4000年4月1日, Debian:4000年3月14日, Fedora:4000年4月1日, FreeBSD:4000年2月20日, LTSHaskell:4000年4月1日, NixOS:4000年4月1日, Stackage:4000年4月1日, openSUSE:4000年4月1日 |
Reverse Dependencies | 200 direct, 549 indirect [details] |
Downloads | 283446 total (64 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating |
|
Status | Docs uploaded by user Build status unknown [no reports yet] |