bool ajax() Determine if the request is the result of an AJAX call.
$this setRouteResolver(Closure $callback)
Closure getUserResolver()
void replace(array $input) Replace the input for the current request.
bool wantsJson() Determine if the current request is asking for JSON in
array allFiles() Get an array of all of the files on the request.
bool secure() Determine if the request is over HTTPS.
mixed json(string $key = null, mixed $default = null) Get the JSON payload
array segments() Get all of the segments for the request path.
void terminate(Request $request, Response $response) Call the terminate
Page 9 of 10