Returns whether a response was set.
@psalm-assert-if-true !null $this->getResponse()
public function hasResponse() : bool { return null !== $this->response; }