Ranked in these QuestionsQuestion Ranking
Pros
Pro org.json support (JSONObject, JSONArray)
Pro Fluent API
Pro Very lightweight
Just a thin wrapper over HttpURLConnection.
Cons
Con No PATCH method support
A limitation coming from Java HttpURLConnection.
Con No Multipart/MIME support
Con No Async support
Have to call it in background thread (AsyncTask, IntentService).