Event procedure type for HTTP request handling
Source position: httpdefs.pp line 694
type TRequestEvent = procedure( |
Sender: TObject; |
ARequest: TRequest |
) of object; |
Sender |
|
Object that triggered the request event |
ARequest |
|
HTTP request object being handled |
TRequestEvent is an event type for handling HTTP request processing. It provides access to the request object during various stages of request handling.