bool wantsJson() Determine if the current request is asking for JSON in
string fullUrl() Get the full URL for the request.
$this instance() Return the Request instance.
string fingerprint() Get a unique fingerprint for the request / route /
$this withException(Exception $e)
$this header(string $key, array|string $values, bool $replace = true) Set
string path() Get the fully qualified path to the file.
$this withInput(array $input = null) Flash an array of input to the session
string content() Get the content of the response.
bool pjax() Determine if the request is the result of an PJAX call.
Page 5 of 17