Returns the current BrowserKit Response instance.
public function getInternalResponse() : Response { return $this->internalResponse ?? throw new BadMethodCallException(\sprintf('The "request()" method must be called before "%s()".', __METHOD__)); }