Event handler for web action processing
Source position: fphttp.pp line 33
type TWebActionEvent = procedure( |
Sender: TObject; |
ARequest: TRequest; |
AResponse: TResponse; |
var Handled: Boolean |
) of object; |
Sender |
|
Object that triggered the event |
ARequest |
|
HTTP request object |
AResponse |
|
HTTP response object |
Handled |
|
Indicates if the request has been handled |
TWebActionEvent is an event type for handling web action processing before or after request handling.