any known multiplatform http clients that don't use coroutines?
a
aleksey.tomin
02/04/2021, 11:15 AM
You can use curl lib directly.
I’ve been doing it until I’ve started use ktor-curl-client.
l
louiscad
02/04/2021, 11:48 AM
I'm curious about why you're looking for one that is not using coroutines 🤔
👍 6
a
andylamax
02/04/2021, 7:16 PM
coroutines are currently very heavy on browsers. So, I am doing my best to avoid them if I am writing code that is eventually going to be executed by one.
Also, curl lib isn't multiplatform, as I believe it doesn't work in browsers