IWebSocketMiddleware Interface
Interface implemented by the middleware that enables WebSocket support in a server module.
Remarks
It adds no members of its own; it exists so the middleware can be identified among the middlewares added to a module. See TWebSocketMiddleware for the implementation.
Syntax
Unit: Sparkle.Middleware.WebSocket
IWebSocketMiddleware = interface(IHttpServerMiddleware);