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

TRouteOptions

Set of route matching options

Declaration

Source position: httproute.pp line 48

type TRouteOptions = set of (

  roCaseSensitive,

  

Enable case-sensitive pattern matching

  roEmptyMatchesAll

  

Allow empty patterns to match all requests

);

Description

TRouteOptions is a set type containing TRouteOption values. It allows combining multiple route matching options for flexible route configuration.

See also

TRouteOption

  

Route matching options enumeration


Documentation generated on: Jan 27 2026