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
{{ message }}
This repository was archived by the owner on Feb 14, 2020. It is now read-only.
Apache HttpClient has been deprecated and removed from android-23 (Marshmallow). We should update this library to use the latest and greatest networking libraries.
We don't want a hard dependency on OkHttp, but we should use it if it exists in the runtime if a developer is already including it in their application. If it doesn't exist in the runtime, we should fallback to HttpURLConnection.