The Request class provides the following methods:
getClientCertificate returns the ClientCertificates for the request.
getCookies returns the cookies for the request.
getForm returns the forms that have been sent with the request.
getQueryString returns the request’s query string.
getServerVariables returns the server variables associated with the request.
getTotalBytes returns the size of the request in bytes.
read returns the Request.