Route matching options enumeration
Source position: httproute.pp line 47
type TRouteOption = ( |
||
roCaseSensitive, |
|
Enable case-sensitive pattern matching |
roEmptyMatchesAll |
|
Allow empty patterns to match all requests |
); |
TRouteOption defines options that control how routes are matched against incoming requests. These options affect case sensitivity and empty pattern behavior.
|
Set of route matching options |