webSocketRawSession
suspend fun HttpClient.webSocketRawSession(method: HttpMethod = HttpMethod.Get, host: String = "localhost", port: Int = DEFAULT_PORT, path: String = "/", block: HttpRequestBuilder.() -> Unit = {}): ClientWebSocketSession
Content copied to clipboard
Create raw ClientWebSocketSession: no ping-pong and other service messages are used.