Returns the current origin Request instance.
The origin request is the request instance that is sent to the code that handles requests.
@psalm-return TRequest
doRequest()
public function getRequest() : object { return $this->request ?? throw new BadMethodCallException(\sprintf('The "request()" method must be called before "%s()".', __METHOD__)); }