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

IRouteInterface

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

Interface for route request handlers

Declaration

Source position: httproute.pp line 128

type IRouteInterface = interface

  procedure HandleRequest();

  

Handles an HTTP request

end;

Inheritance

IRouteInterface

  

Interface for route request handlers

|

IInterface

Description

IRouteInterface defines an interface for objects that can handle HTTP requests. It provides a standardized way to implement route handlers using interface-based design.


Documentation generated on: Jan 27 2026