Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RouterOptions

Index

Properties

Optional caseSensitive

caseSensitive: boolean

Enable case sensitivity.

Optional mergeParams

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

Optional strict

strict: boolean

Enable strict routing.