You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Implementation itself is pretty trivial, but the most important part is option to pass actual httpclient instance.
The text was updated successfully, but these errors were encountered: