composeRoutes
One of the most important functions within the framework, takes a list of routes and composes them into a single function for the server
Last updated
One of the most important functions within the framework, takes a list of routes and composes them into a single function for the server
Last updated
Name
Type
Description
opts
Object
The options object to apply to the octoris server
routes
Map[]
The routing tree built out by the route functions
middleware
Function[]
An array of middleware functions