Home
last modified time | relevance | path

Searched refs:CurlFactory (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlHandler.php30 : new CurlFactory(3);
43 return CurlFactory::finish($this, $easy, $this->factory);
H A DCurlMultiHandler.php42 ? $options['handle_factory'] : new CurlFactory(50);
198 CurlFactory::finish(
H A DCurlFactory.php15 class CurlFactory implements CurlFactoryInterface class
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlHandler.php45 : new CurlFactory();
96 return CurlFactory::createResponse([$this, '_invokeAsArray'], $request, $response, $hd, $bd);
H A DCurlMultiHandler.php51 ? $options['handle_factory'] : new CurlFactory();
237 $result = CurlFactory::createResponse(
H A DCurlFactory.php13 class CurlFactory class
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md56 - Fixed a bug in which the result of `CurlFactory::retryFailedRewind` did not
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md487 * Fixed an issue in the CurlFactory that caused setting the `stream=false`