Icon TServerRequestEvent

Unit: WebHTTP

TServerRequestEvent = procedure (Request: TServerRequest) of
      object

Available In: Client and Server Applications

The TServerRequestEvent event type is used by the TServerRequest OnComplete event to indicate when a server request is complete.

The Request parameter indicates the server request that triggered the event, and the StatusCode property of the server request can be examined to determine if the request completed successfully.
Image