1.1 KiB
1.1 KiB
Managing Your Middleware
Two middleware functions are provided by default in the vending.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 vending.handler
namespace to manage the enabled middleware.