namespace GuzzleHttp\Handler
Object name | File name | Summary |
---|---|---|
CurlFactory | vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php | Creates curl resources from a request |
CurlFactoryInterface | vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php | |
CurlHandler | vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php | HTTP handler that uses cURL easy handles as a transport layer. |
CurlMultiHandler | vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php | Returns an asynchronous response using curl_multi_* functions. |
EasyHandle | vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php | Represents a cURL easy handle and the data it populates. |
HeaderProcessor | vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php | @internal |
MockHandler | vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php | Handler that returns responses or throw exceptions from a queue. |
Proxy | vendor/guzzlehttp/guzzle/src/Handler/Proxy.php | Provides basic proxies for handlers. |
StreamHandler | vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php | HTTP handler that uses PHP's HTTP stream wrapper. |