includeWebsocketHandling

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