[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Route with interface-based handler
Source position: httproute.pp line 134
type THTTPRouteInterface = class(THTTPRoute) |
||
public |
||
property Intf: IRouteInterface; [rw] |
|
Interface handler for processing requests |
end; |
|
Route with interface-based handler |
|
| | | ||
|
Base HTTP route class |
|
| | | ||
| | | ||
| | | ||
THTTPRouteInterface implements a route that handles requests using an interface-based handler. It delegates request processing to an object implementing IRouteInterface.