ursus
val ktorClient = HttpClient { install(DefaultRequest) { url("<http://10.0.2.2:8080/>") } } ktorClient .get("<https://blog.hootsuite.com/wp-content/uploads/2020/02/Image-copyright.png>") .bodyAsText()
java.net.UnknownHostException: Unable to resolve host "<http://blog.hootsuite.com|blog.hootsuite.com>": No address associated with hostname
client.get("<https://some.url>")
Aleksei Tirman [JB]
bodyAsText
A modern programming language that makes developers happier.