joscha.alisch
for (i in 0..70000) { “/get/$i”.httpGet().responseString { request, response, result -> // Do Something } }
hoang