nextcloud/3rdparty/aws-sdk/lib/requestcore
Michael Gapczynski 8fcdccdcdc Add Amazon Web Services SDK to 3rdparty for Amazon S3 external storage 2012-06-08 13:48:38 -04:00
..
LICENSE Add Amazon Web Services SDK to 3rdparty for Amazon S3 external storage 2012-06-08 13:48:38 -04:00
README.md Add Amazon Web Services SDK to 3rdparty for Amazon S3 external storage 2012-06-08 13:48:38 -04:00
cacert.pem Add Amazon Web Services SDK to 3rdparty for Amazon S3 external storage 2012-06-08 13:48:38 -04:00
requestcore.class.php Add Amazon Web Services SDK to 3rdparty for Amazon S3 external storage 2012-06-08 13:48:38 -04:00

README.md

RequestCore

RequestCore is a lightweight cURL-based HTTP request/response class that leverages MultiCurl for parallel requests.

PEAR HTTP_Request?

RequestCore was written as a replacement for PEAR HTTP_Request. While PEAR HTTP_Request is full-featured and heavy, RequestCore features only the essentials and is very lightweight. It also leverages the batch request support in cURL's curl_multi_exec() to enable multi-threaded requests that fire in parallel.

Reference and Download

You can find the class reference at http://skyzyx.github.com/requestcore/. You can get the code from http://github.com/skyzyx/requestcore.

This code is Copyright (c) 2008-2010, Ryan Parman. However, I'm licensing this code for others to use under the Simplified BSD license.