getServerParams()
Retrieve server parameters.
getQueryParams()
Retrieve query string arguments.
Representation of an incoming, server-side HTTP request.
withParsedBody($data)
Return an instance with the specified body parameters.
getCookieParams()
Retrieve cookies.
getParsedBody()
Retrieve any parameters provided in the request body.
getAttributes()
Retrieve attributes derived from the request.
withUploadedFiles(array $uploadedFiles)
Create a new instance with the specified uploaded files.
withQueryParams(array $query)
Return an instance with the specified query string arguments.
withCookieParams(array $cookies)
Return an instance with the specified cookies.
getUploadedFiles()
Retrieve normalized file upload data.
withAttribute($name, $value)
Return an instance with the specified derived request attribute.
getAttribute($name, $default=null)
Retrieve a single derived request attribute.
Representation of an outgoing, client-side request.
withoutAttribute($name)
Return an instance that removes the specified derived request attribute.