Event type for HTTP module initialization
Source position: custweb.pp line 40
type TInitModuleEvent = procedure( |
Sender: TObject; |
Module: TCustomHTTPModule |
) of object; |
Sender |
|
The web handler object that triggered the event |
Module |
|
The HTTP module being initialized |
Event handler type called when an HTTP module is initialized before handling a request. Allows custom initialization of module properties and setup.
|
Event for initializing HTTP modules before request processing |