Unit 'HTTPRoute' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TRouteOption

Route matching options enumeration

Declaration

Source position: httproute.pp line 47

type TRouteOption = (

  roCaseSensitive,

  

Enable case-sensitive pattern matching

  roEmptyMatchesAll

  

Allow empty patterns to match all requests

);

Description

TRouteOption defines options that control how routes are matched against incoming requests. These options affect case sensitivity and empty pattern behavior.

See also

TRouteOptions

  

Set of route matching options


Documentation generated on: Jan 27 2026