sorry noob question, I'm curious about how ktor im...
# ktor
d
sorry noob question, I'm curious about how ktor implement http client call, is it will utilize coroutines for each http call instead of threads ?
d
You can look at the SDK I am building. https://github.com/EricDw/GloKtor
There is unit testing and mocking usage here.
Ktor is based on Coroutines.