Is a ktor HTTP client thread safe? Can I concurren...
# multiplatform
s
Is a ktor HTTP client thread safe? Can I concurrently call `get`/`post`?
i
If I'm not mistaken, the thread safety is up to the engine to enforce. So yes.