Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DCurlHandler.php30 : new CurlFactory(3);
43 return CurlFactory::finish($this, $easy, $this->factory);
DCurlMultiHandler.php42 ? $options['handle_factory'] : new CurlFactory(50);
198 CurlFactory::finish(
DCurlFactory.php15 class CurlFactory implements CurlFactoryInterface class
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DCurlHandler.php34 ?? new CurlFactory(3);
47 return CurlFactory::finish($this, $easy, $this->factory);
DCurlMultiHandler.php70 $this->factory = $options['handle_factory'] ?? new CurlFactory(50);
250 CurlFactory::finish($this, $entry['easy'], $this->factory)
DCurlFactory.php20 class CurlFactory implements CurlFactoryInterface class
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
DCurlHandler.php45 : new CurlFactory();
96 … return CurlFactory::createResponse([$this, '_invokeAsArray'], $request, $response, $hd, $bd);
DCurlMultiHandler.php51 ? $options['handle_factory'] : new CurlFactory();
237 $result = CurlFactory::createResponse(
DCurlFactory.php13 class CurlFactory class
/plugin/elasticsearch/vendor/ezimuel/ringphp/
DCHANGELOG.md56 - Fixed a bug in which the result of `CurlFactory::retryFailedRewind` did not
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md19 - Added automatic closing of handles on `CurlFactory` object destruction
212 - `CurlFactory::LOW_CURL_VERSION_NUMBER`
784 * Fixed an issue in the CurlFactory that caused setting the `stream=false`
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md487 * Fixed an issue in the CurlFactory that caused setting the `stream=false`