Hierarchy

  • RouterOptions

Properties

caseSensitive?: boolean

Enable case sensitivity.

mergeParams?: boolean

Preserve the req.params values from the parent router. If the parent and the child have conflicting param names, the child’s value take precedence.

Default

false

Since

4.5.0

strict?: boolean

Enable strict routing.

Generated using TypeDoc