anewt-developers team mailing list archive
-
anewt-developers team
-
Mailing list archive
-
Message #00280
[Bug 514474] Re: Add Curl wrapper functionality
[curl] New module wrapping curl
Implemented a new class, AnewtCurl, wrapping the curl API
and providing a friendlier and more Anewt-like API.
This module also implement multi-curl functionality
(parallel requests) in the AnewtMultiCurl class, layered on
top of AnewtCurl.
Both AnewtCurl and AnewtMultiCurl provide various properties
to influence its behaviour (request options, response data,
auth, ssl). Look at the constructor of those classes for the
available options and their defaults.
The code tries to make sure to handle errors correctly, and
to keep all relevant information available when after an
error occurred.
Fixes bug lp:514474.
** Changed in: anewt
Status: In Progress => Fix Released
--
Add Curl wrapper functionality
https://bugs.launchpad.net/bugs/514474
You received this bug notification because you are a member of Anewt
developers, which is subscribed to Anewt.
References