``` val (request, response, result) = async { "<ht...
# announcements
a
Copy code
val (request, response, result) = async { "<http://httpbin.org/get>".httpGet().responseString() }.await()
does this work?