Unit 'HTTPRoute' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

THTTPRouteCallback

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Route with callback procedure handler

Declaration

Source position: httproute.pp line 90

type THTTPRouteCallback = class(THTTPRoute)

public

  property CallBack: TRouteCallBack; [rw]

  

Callback procedure for handling requests

end;

Inheritance

THTTPRouteCallback

  

Route with callback procedure handler

|

THTTPRoute

  

Base HTTP route class

|

TCollectionItem

|

TPersistent

|

TObject,IFPObserved

Description

THTTPRouteCallback implements a route that handles requests using a callback procedure. It executes the assigned callback when the route is matched.


Documentation generated on: Jan 27 2026