Table of Contents

TTMSFNCWebPushServerHTTPCommandEvent Event Type

Event triggered for every incoming HTTP request before the built-in endpoint dispatching runs.

API unit family: TMS.TMSFNCWebPushServer

Parameters

Name Description
Sender Server instance raising the event.
AContext Connection context of the request.
ARequestInfo Details of the incoming request.
AResponseInfo Response to be sent back to the client.
AHandled Set to True in the handler to indicate the request was fully processed and to suppress the default endpoint handling. Leave it False to let the server route the request to its built-in endpoints.