Lines Matching defs:options
36 public function __invoke(RequestInterface $request, array $options): PromiseInterface
83 array $options,
98 …private function createResponse(RequestInterface $request, array $options, $stream, ?float $startT…
148 private function createSink(StreamInterface $stream, array $options): StreamInterface
162 private function checkDecode(array $options, array $headers, $stream): array
263 private function createStream(RequestInterface $request, array $options)
344 private function resolveHost(RequestInterface $request, array $options): UriInterface
410 …rivate function add_proxy(RequestInterface $request, array &$options, $value, array &$params): void
471 …vate function add_timeout(RequestInterface $request, array &$options, $value, array &$params): void
481 …unction add_crypto_method(RequestInterface $request, array &$options, $value, array &$params): void
500 …ivate function add_verify(RequestInterface $request, array &$options, $value, array &$params): void
526 …private function add_cert(RequestInterface $request, array &$options, $value, array &$params): void
543 …ate function add_progress(RequestInterface $request, array &$options, $value, array &$params): void
560 …rivate function add_debug(RequestInterface $request, array &$options, $value, array &$params): void