Searched refs:EasyHandle (Results 1 – 6 of 6) sorted by relevance
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
| D | CurlFactoryInterface.php | 14 * @return EasyHandle 24 * @param EasyHandle $easy 26 public function release(EasyHandle $easy);
|
| D | CurlFactory.php | 41 $easy = new EasyHandle; 64 public function release(EasyHandle $easy) 90 * @param EasyHandle $easy 97 EasyHandle $easy, 120 private static function invokeStats(EasyHandle $easy) 136 EasyHandle $easy, 158 private static function createRejection(EasyHandle $easy, array $ctx) 206 private function getDefaultConf(EasyHandle $easy) 233 private function applyMethod(EasyHandle $easy, array &$conf) 301 private function applyHeaders(EasyHandle $easy, array &$conf) [all …]
|
| D | EasyHandle.php | 14 final class EasyHandle class
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/ |
| D | CurlFactory.php | 47 public function create(RequestInterface $request, array $options): EasyHandle 54 $easy = new EasyHandle(); 75 public function release(EasyHandle $easy): void 103 …public static function finish(callable $handler, EasyHandle $easy, CurlFactoryInterface $factory):… 125 private static function invokeStats(EasyHandle $easy): void 142 …private static function finishError(callable $handler, EasyHandle $easy, CurlFactoryInterface $fac… 161 private static function createRejection(EasyHandle $easy, array $ctx): PromiseInterface 313 private function applyHeaders(EasyHandle $easy, array &$conf): void 351 private function applyHandlerOptions(EasyHandle $easy, array &$conf): void 546 …private static function retryFailedRewind(callable $handler, EasyHandle $easy, array $ctx): Promis… [all …]
|
| D | CurlFactoryInterface.php | 17 public function create(RequestInterface $request, array $options): EasyHandle; 24 public function release(EasyHandle $easy): void;
|
| D | EasyHandle.php | 16 final class EasyHandle class
|