Bug 1066363

Summary: Review Request: ghc-HTTP - A library for client-side HTTP
Product: [Fedora] Fedora Reporter: Jens Petersen <petersen>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: package-review
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-18 09:50:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***