bool has(string|array $key) Determine if the request contains a non-empty
mixed user(string|null $guard = null) Get the user making the request.
Response forbiddenResponse() Get the response for a forbidden operation
array allFiles() Get an array of all of the files on the request.
array segments() Get all of the segments for the request path.
mixed json(string $key = null, mixed $default = null) Get the JSON payload
void replace(array $input) Replace the input for the current request.
bool ajax() Determine if the request is the result of an AJAX call.
bool wantsJson() Determine if the current request is asking for JSON in
void __construct(int $time, int $retryAfter = null, string $message = null, Exception $previous
Page 10 of 11