[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Route with extended callback handler
Source position: httproute.pp line 103
type THTTPRouteCallbackEx = class(THTTPRoute) |
||
public |
||
property CallBack: TRouteCallBackEx; [rw] |
|
Extended callback procedure for handling requests |
property Data: Pointer; [rw] |
|
User data passed to callback |
end; |
|
Route with extended callback handler |
|
| | | ||
|
Base HTTP route class |
|
| | | ||
| | | ||
| | | ||
THTTPRouteCallbackEx implements a route that handles requests using an extended callback procedure. It supports passing custom data to the callback handler.