Mohammad Zaki
08/05/2025, 6:45 PMval response = http.get("<http://127.0.0.1:8080/v1/flashcards?topic=Something&type=quiz&difficulty=hard>")
response.bodyAsText()
Can anyone help?Kjartan
08/06/2025, 12:13 PMval httClient = http.config {
install(HttpTimeout) {
requestTimeoutMillis = 1000
}
}
Ref https://github.com/Kotlin/kotlin-jupyter-http-util?tab=readme-ov-file#ktor-http-client-integration