includeWebsocketHandling

fun <T> <ERROR CLASS>.includeWebsocketHandling(    suburl: String,     flow: Flow<T>,     serializer: <ERROR CLASS><T>,     protocol: <ERROR CLASS>? = null,     filter: suspend <ERROR CLASS>.(T) -> Boolean? = null): <ERROR CLASS>