You are here

namespace GuzzleHttp\Handler in Zircon Profile 8

Same name in other branches
  1. 8.0 GuzzleHttp\Handler
Classsort descending Location Description
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.
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.