Illuminate\Http\Middleware Classes
string method() Get the request method. Return
$this setRouteResolver(Closure $callback)
string extension() Get the file's extension.
$this withCookies(array $cookies) Add multiple cookies to the response
string clientExtension() Get the file's extension supplied by the client
int status() Get the status code for the response.
string path() Get the fully qualified path to the file.
Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true)
mixed user(string|null $guard = null) Get the user making the request.
Page 15 of 17