Request class Request extends Request implements
string clientExtension() Get the file's extension supplied by the client
$this withException(Exception $e)
$this cookie(Cookie|mixed $cookie) Add a cookie to the response.
array all() Get all of the input and files for the request.
string fullUrlWithQuery(array $query) Get the full URL for the request
$this withHeaders(array $headers) Add an array of headers to the response
string|array query(string $key = null, string|array|null $default = null)
duplicate(array $query = null, array $request = null, array $attributes = null, array $cookies = null, array $files = null, array $server = null)
$this instance() Return the Request instance.
Page 4 of 16