Mohammad Zaki
val response = http.get("<http://127.0.0.1:8080/v1/flashcards?topic=Something&type=quiz&difficulty=hard>") response.bodyAsText()
Kjartan
val httClient = http.config { install(HttpTimeout) { requestTimeoutMillis = 1000 } }
A modern programming language that makes developers happier.