webSocketRawSession

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

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

Report a problem