middlewares property

List<Type> get middlewares

The application's global HTTP middleware stack.

These middleware are run during every request to your application. Types here must extends Middleware.

Implementation

List<Type> get middlewares;