SseResponseWithContext
data class SseResponseWithContext(val delegate: SseResponse, val context: Map<String, Any> = emptyMap()) : SseResponse, RoutedMessage
Functions
Link copied to clipboard
Link copied to clipboard
fun SseHandler.debug(out: PrintStream = System.out, debugStream: Boolean = false): (Request) -> SseResponse
fun WsHandler.debug(out: PrintStream = System.out, debugStream: Boolean = false): (Request) -> WsResponse
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard