Vivek Modi
03/23/2022, 5:41 PMOKHTTP
client with some`interceptors` and authenticator
and iOS application using alamofire
with interceptors
.Both projects are huge in size. Now I want to use KMM for new api client. So How can I use these 2 http client through Ktor. I don't want to write from scratch in KMM module. Any suggestion?yschimke
03/23/2022, 10:26 PMVivek Modi
03/23/2022, 11:15 PMyschimke
03/24/2022, 10:10 AMval client = HttpClient(OkHttp) {
engine {
...
preconfigured = okHttpClientInstance
}
}
Vivek Modi
03/24/2022, 10:10 AM