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