webSocketSession

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

Opens a DefaultClientWebSocketSession.

Report a problem