Norbi
HttpClient.webSocketSession()
WebSocketException
WebSocketException: {"target":{},"type":"error","isTrusted":true}
Aleksei Tirman [JB]
NoTransformationFoundException
val client = HttpClient(Js) { install(WebSockets) } try { client.webSocketSession("<https://httpbin.org/status/401>") } catch (e: Throwable) { e.printStackTrace() }
A modern programming language that makes developers happier.