Bug 1066363 - Review Request: ghc-HTTP - A library for client-side HTTP
Summary: Review Request: ghc-HTTP - A library for client-side HTTP
Keywords:
Status: CLOSED DUPLICATE of bug 1066346
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-02-18 09:47 UTC by Jens Petersen
Modified: 2014-02-18 09:50 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-18 09:50:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jens Petersen 2014-02-18 09:47:25 UTC
Spec URL: http://petersen.fedorapeople.org/reviews/ghc-HTTP.spec
SRPM URL: http://petersen.fedorapeople.org/reviews/ghc-HTTP-4000.2.8-31.fc20.src.rpm

Description:
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').

Comment 1 Jens Petersen 2014-02-18 09:47:36 UTC
This package built on koji:  http://koji.fedoraproject.org/koji/taskinfo?taskID=6542168

Comment 2 Jens Petersen 2014-02-18 09:50:46 UTC
fedora-create-review created this duplicate.

Uploading files into fedorapeople
Creating review
<Fault 101: 'Bug #1066346 does not exist.'>
Bugzilla username:

*** This bug has been marked as a duplicate of bug 1066346 ***


Note You need to log in before you can comment on or make changes to this bug.