Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RouterOptions

Index

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.