Lines Matching refs:EasyHandle
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…
582 private function createHeaderFn(EasyHandle $easy): callable