Event for module request handling
Source position: fphttp.pp line 222
type TOnModuleRequest = procedure( |
Sender: TModuleItem; |
ARequest: TRequest; |
AResponse: TResponse |
) of object; |
Sender |
|
Object that triggered the event |
ARequest |
|
HTTP request being processed |
AResponse |
|
HTTP response to populate |
TOnModuleRequest is an event type for handling requests at the module level.