webSocketRawSession

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

Creates a raw ClientWebSocketSession: no ping-pong and other service messages are used.