namespace Guzzle\Http\Curl

Classsort descending Location Description
CurlHandle drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlHandle.php Immutable wrapper for a cURL handle
CurlMulti drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php Send { This implementation allows callers to send blocking requests that return back to the caller when their requests complete, regardless of whether or not previously sending requests in the curl_multi object have completed. The implementation…
CurlMultiInterface drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php Interface for sending a pool of {
CurlVersion drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlVersion.php Class used for querying curl_version data
RequestMediator drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/RequestMediator.php Mediator between curl handles and request objects