Home
last modified time | relevance | path

Searched refs:EasyHandle (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactoryInterface.php14 * @return EasyHandle
24 * @param EasyHandle $easy
26 public function release(EasyHandle $easy);
DCurlFactory.php41 $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 …]
DEasyHandle.php14 final class EasyHandle class
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php47 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 …]
DCurlFactoryInterface.php17 public function create(RequestInterface $request, array $options): EasyHandle;
24 public function release(EasyHandle $easy): void;
DEasyHandle.php16 final class EasyHandle class