./www/hs-HTTP, Haskell library for client-side HTTP

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4000.4.1nb3, Package name: hs-HTTP-4000.4.1nb3, Maintainer: pho

The HTTP package supports client-side web programming in Haskell. It lets
you set up HTTP connections, transmitting requests and processing the
responses coming back, all from within the comforts of Haskell. It's
dependent on the network package to operate, but other than that, the
implementation is all written in Haskell.

A basic API for issuing single HTTP requests + receiving responses is
provided. On top of that, a session-level abstraction is also on offer (the
BrowserAction monad); it taking care of handling the management of
persistent connections, proxies, state (cookies) and authentication
credentials required to handle multi-step interactions with a web server.

The representation of the bytes flowing across is extensible via the use of
a type class, letting you pick the representation of requests and responses
that best fits your use. Some pre-packaged, common instances are provided
for you (ByteString, String).


Required to run:
[net/hs-network] [net/hs-network-uri] [lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 72.588 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-27 13:38:12 by Masatake Daimon | Files touched by this commit (1)
Log message:
www/hs-HTTP: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-25 16:19:12 by Masatake Daimon | Files touched by this commit (5)
Log message:
www/hs-HTTP: Update to 4000.4.1

Version 4000.4.0: release 2022-02-22
 * Restrict to GHC >=7.6 and associated cleanups (Andreas Abel)
 * Drop deprecated instance Error (Andreas Abel)
 * Preparation for mtl-2.3 (Andreas Abel)
 * General tidying (Andreas Abel)
 * Support GHC 9.2 (Bodigrim)
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-11 14:28:20 by Masatake Daimon | Files touched by this commit (2)
Log message:
Fix build with GHC 9.2
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC