Icon THandleRequestEvent

Unit: WebRequest

THandleRequestEvent = procedure (Sender: TObject; Request:
      TWebServerRequest) of object

Available In: Server Applications

The THandleRequestEvent type is used by the TRequestHandler OnHandleRequest event to handle incoming web server requests.

The Sender parameter is the TRequestHandler instance that triggered the event and the Request parameter is the TWebServerRequest instance that represents the incoming web server request.
Image