trifid
trifid copied to clipboard
Implement interfaces for handlers in plain middleware
At the moment handlers are loaded by the core/handler plugin.
Handlers are just middlwares that rely on the req.absoluteUrl()
method.
The structure could be simplified in the same way it's done for all other plugins #98