The request object implements the PSR-7 ServerRequestInterface with which you can inspect and manipulate the HTTP request method, headers, and body in a OOP fashion.
You can get the query parameters as an associative array on the Request object using $params = $request->getQueryParams();