TEWBServerRequestEvent = procedure (Request: TEWBServerRequest)
of object
The TEWBServerRequestEvent event type is used by the TEWBServerRequestOnComplete 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.