Middleware
This page summarizes the information & use of the middleware component.
Concepts
It is part of the Mandarine MVC module.
It works as an interceptor for HTTP requests made to a mandarine endpoint.
It accepts the use of DI, however, this type of component is not injectable.
Usage
Syntax:
regexRoute
Regular expression of HTTP endpoint url to intercept.
Example
Last updated