1 KiB
1 KiB
Managing Your Middleware
Two middleware functions are provided by default in the mw-ui.middleware
namespace.
log-request
- logs all requests using the debug leveltemplate-error-page
- provides friendly formatting for Selmer errors in dev mode
See the :middleware
key of the app
definition located in the mw-ui.handler
namespace to manage the enabled middleware.