wssRaw

suspend fun HttpClient.wssRaw(method: HttpMethod = HttpMethod.Get, host: String? = null, port: Int? = null, path: String? = null, request: HttpRequestBuilder.() -> Unit = {}, block: suspend ClientWebSocketSession.() -> Unit)

Create secure raw ClientWebSocketSession: no ping-pong and other service messages are used.