GarouDan
05/23/2018, 1:04 PMval (request, response, result) = await "<http://httpbin.org/get>".httpGet().responseString()
instead of
val (request, response, result) = "<http://httpbin.org/get>".httpGet().responseString() // without await and thread blocking
araqnid
05/23/2018, 1:10 PMGarouDan
05/23/2018, 1:30 PM