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

THTTPRouteRequestEvent

Event type for HTTP route requests

Declaration

Source position: httproute.pp line 161

type THTTPRouteRequestEvent = procedure(

  Sender: TObject;

  ARequest: TRequest;

  AResponse: TResponse

) of object;

Arguments

Sender

  

Object that triggered the event

ARequest

  

HTTP request to handle

AResponse

  

HTTP response to generate

Description

THTTPRouteRequestEvent defines an event type for handling HTTP route requests with sender context. It provides access to the sender object along with request and response objects.


Documentation generated on: Jan 27 2026