HttpRouteMatch Class
Criteria to match on.
Constructor
HttpRouteMatch()
Variables
| Name | Description |
|---|---|
|
prefix
|
match on all prefix's. Not exact. |
|
path
|
match on exact path. |
|
path_separated_prefix
|
match on all prefix's. Not exact. |
|
case_sensitive
|
path case sensitive, default is true. |
Attributes
caseSensitive
path case sensitive, default is true.
caseSensitive: bool
path
match on exact path.
path: str
pathSeparatedPrefix
match on all prefix's. Not exact.
pathSeparatedPrefix: str
prefix
match on all prefix's. Not exact.
prefix: str