Invokes the handler stack as a composed handler
ResponseInterface|PromiseInterface
public function __invoke(RequestInterface $request, array $options) { $handler = $this->resolve(); return $handler($request, $options); }