Class reference type for HTTP router
Source position: httproute.pp line 36
type THTTPRouterClass = class of THTTPRouter; |
THTTPRouterClass is a class reference type that points to THTTPRouter or its descendants. It is used for creating router instances dynamically.
|
HTTP request router class |