Hi, just a quick check to understand ktor… for Kto...
# ktor
e
Hi, just a quick check to understand ktor… for Ktor, when we use for Android, underlying it is using OkHttp. For iOS, what is it using? Alamofire? Thanks 🙏
👇 1
🚫 1
a
The
Android
engine uses HttpURLConnection for its implementation
☝️ 1
👌 1
e
Thanks @Aleksei Tirman [JB] @tylerwilson 🙏 . I thought there was only https://github.com/ktorio/ktor/tree/main/ktor-client/ktor-client-okhttp, but looks like there’s Android specific too. https://github.com/ktorio/ktor/tree/main/ktor-client/ktor-client-android