pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/hs-HTTP



Module Name:    pkgsrc
Committed By:   szptvlfn
Date:           Thu Jul 24 21:18:24 UTC 2014

Added Files:
        pkgsrc/www/hs-HTTP: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Import HTTP-4000.2.17 as www/hs-HTTP,
packaged for wip by 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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/hs-HTTP/DESCR pkgsrc/www/hs-HTTP/Makefile \
    pkgsrc/www/hs-HTTP/PLIST pkgsrc/www/hs-HTTP/buildlink3.mk \
    pkgsrc/www/hs-HTTP/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index