Searched refs:CurlFactory (Results 1 – 12 of 12) sorted by relevance
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
| D | CurlHandler.php | 30 : new CurlFactory(3); 43 return CurlFactory::finish($this, $easy, $this->factory);
|
| D | CurlMultiHandler.php | 42 ? $options['handle_factory'] : new CurlFactory(50); 198 CurlFactory::finish(
|
| D | CurlFactory.php | 15 class CurlFactory implements CurlFactoryInterface class
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/ |
| D | CurlHandler.php | 34 ?? new CurlFactory(3); 47 return CurlFactory::finish($this, $easy, $this->factory);
|
| D | CurlMultiHandler.php | 70 $this->factory = $options['handle_factory'] ?? new CurlFactory(50); 250 CurlFactory::finish($this, $entry['easy'], $this->factory)
|
| D | CurlFactory.php | 20 class CurlFactory implements CurlFactoryInterface class
|
| /plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
| D | CurlHandler.php | 45 : new CurlFactory(); 96 … return CurlFactory::createResponse([$this, '_invokeAsArray'], $request, $response, $hd, $bd);
|
| D | CurlMultiHandler.php | 51 ? $options['handle_factory'] : new CurlFactory(); 237 $result = CurlFactory::createResponse(
|
| D | CurlFactory.php | 13 class CurlFactory class
|
| /plugin/elasticsearch/vendor/ezimuel/ringphp/ |
| D | CHANGELOG.md | 56 - Fixed a bug in which the result of `CurlFactory::retryFailedRewind` did not
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | CHANGELOG.md | 19 - 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/ |
| D | CHANGELOG.md | 487 * Fixed an issue in the CurlFactory that caused setting the `stream=false`
|