Namespace Guzzle\Http\Curl
| CurlHandle | Immutable wrapper for a cURL handle |
| CurlMulti | Send Guzzle\Http\Message\RequestInterface objects in parallel using curl_multi |
| CurlMultiProxy | Proxies requests and connections to a pool of internal curl_multi handles. Each recursive call will add requests to the next available CurlMulti handle. |
| CurlVersion | Class used for querying curl_version data |
| RequestMediator | Mediator between curl handles and request objects |
| CurlMultiInterface | Interface for sending a pool of Guzzle\Http\Message\RequestInterface objects in parallel |