Event procedure type for HTTP response handling
Source position: httpdefs.pp line 695
type TResponseEvent = procedure( |
Sender: TObject; |
AResponse: TResponse |
) of object; |
Sender |
|
Object that triggered the response event |
AResponse |
|
HTTP response object being handled |
TResponseEvent is an event type for handling HTTP response processing. It provides access to the response object during various stages of response generation.