IncomingWSRequest public class IncomingWSRequest : WSRequest an incoming websocket request respond(status:message:) respond to this incoming request Declaration Swift public func respond(status: UInt32, message: String) -> Promise<Void> Show on GitHub