Middleware
Handling middleware within Octoris
Available Middleware
Global Stage
Example
const { router } = require('octoris')
router.composeRoutes({}, [route], [middlewareFn1, middlewareFn2])Route Stage
Example
Method Stage
Example
Last updated
Was this helpful?