Unit 'fpHTTP' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TOnModuleRequest

Event for module request handling

Declaration

Source position: fphttp.pp line 222

type TOnModuleRequest = procedure(

  Sender: TModuleItem;

  ARequest: TRequest;

  AResponse: TResponse

) of object;

Arguments

Sender

  

Object that triggered the event

ARequest

  

HTTP request being processed

AResponse

  

HTTP response to populate

Description

TOnModuleRequest is an event type for handling requests at the module level.


Documentation generated on: Jan 27 2026