Share via


HttpRouteMatch interface

Criteria to match on

Properties

caseSensitive

path case sensitive, default is true

path

match on exact path

pathSeparatedPrefix

match on all prefix's. Not exact

prefix

match on all prefix's. Not exact

Property Details

caseSensitive

path case sensitive, default is true

caseSensitive?: boolean

Property Value

boolean

path

match on exact path

path?: string

Property Value

string

pathSeparatedPrefix

match on all prefix's. Not exact

pathSeparatedPrefix?: string

Property Value

string

prefix

match on all prefix's. Not exact

prefix?: string

Property Value

string