Feature request: okhttp-based jvm implementation
Implementation itself is pretty trivial, but the most important part is option to pass actual httpclient instance.
Hi, @thevery. Just for my interest :), what kind of stuff you missed in the ktor client to use it on android?
We use okhttp for interceptors (user-agent and logs), timeouts, retrofit, stetho and even custom dns resolving. But the main reason for okhttp is easy migration from exisrit kotlin android code to common code. Another thing I miss in common http client is blocking calls, but this is a subject of another feature request.
What you mean by blocking?
#11