[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of HTTP routes
Source position: httproute.pp line 78
type THTTPRouteList = class(TCollection) |
||
public |
||
property Routes []: THTTPRoute; default; [rw] |
|
Provides indexed access to routes |
end; |
|
Collection of HTTP routes |
|
| | | ||
| | | ||
| | | ||
THTTPRouteList maintains a collection of THTTPRoute objects. It provides indexed access to routes and manages the route collection.
|
Base HTTP route class |
|
|
HTTP request router class |