Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
Classes hierarchy graph
BrookRouter
type TBrookRoute = record
Defines a route item.
ActionClass: TBrookActionClass;
Method: TBrookRequestMethod;
Pattern: string;
Specifies the class of the action to be called.
Specifies a HTTP request method of the action to be called.
Specifies the patter of the action to be called.