Event for determining action names
Source position: fphttp.pp line 86
type TGetActionEvent = procedure( |
Sender: TObject; |
ARequest: TRequest; |
var ActionName: string |
) of object; |
Sender |
|
Object that triggered the event |
ARequest |
|
HTTP request being processed |
ActionName |
|
Name of the action to execute |
TGetActionEvent is triggered to determine which action should handle a specific request.