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

THTTPRouteInterface

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

Route with interface-based handler

Declaration

Source position: httproute.pp line 134

type THTTPRouteInterface = class(THTTPRoute)

public

  property Intf: IRouteInterface; [rw]

  

Interface handler for processing requests

end;

Inheritance

THTTPRouteInterface

  

Route with interface-based handler

|

THTTPRoute

  

Base HTTP route class

|

TCollectionItem

|

TPersistent

|

TObject,IFPObserved

Description

THTTPRouteInterface implements a route that handles requests using an interface-based handler. It delegates request processing to an object implementing IRouteInterface.


Documentation generated on: Jan 27 2026