Searched refs:CurlHandler (Results 1 – 10 of 10) sorted by relevance
4 use GuzzleHttp\Handler\CurlHandler; alias107 $handler = Proxy::wrapSync(new CurlMultiHandler(), new CurlHandler());109 $handler = new CurlHandler();
21 use GuzzleHttp\Ring\Client\CurlHandler;23 $handler = new CurlHandler();
120 - Fixed a header parsing issue with the `CurlHandler` and `CurlMultiHandler`
14 class CurlHandler class
36 use GuzzleHttp\Ring\Client\CurlHandler; alias 233 $default = new CurlHandler($singleParams);260 * Get the handler instance (CurlHandler)264 public static function singleHandler(): CurlHandler267 return new CurlHandler();
12 * When using the CurlHandler, custom curl options can be specified as an16 class CurlHandler class
11 executing in synchronous mode, the handler uses `CurlHandler`, which executes
147 Get the handler instance (CurlHandler)
585 * @param CurlHandler $ch optional initialized curl handle
914 * @param CurlHandler $ch Initialized curl handle