Options which can be specified when creating a new instance of a
Router
.
optional
methods: HTTPMethods[]
Override the default set of methods supported by the router.
optional
routerPath: string
Override the request.url.pathname
when matching middleware to run.
Determines if routes are matched in a case sensitive way. Defaults to
false
.