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
An asynchronous, callback-based Http client for Android built on top of Apache's [HttpClient](http://hc.apache.org/httpcomponents-client-ga/) libraries.
7
6
@@ -13,7 +12,7 @@ Features
13
12
- Requests use a **threadpool** to cap concurrent resource usage
14
13
- GET/POST **params builder** (RequestParams)
15
14
-**Multipart file uploads** with no additional third party libraries
16
-
- Tiny size overhead to your application, only **19kb** for everything
15
+
- Tiny size overhead to your application, only **60kb** for everything
17
16
- Automatic smart **request retries** optimized for spotty mobile connections
18
17
- Automatic **gzip** response decoding support for super-fast requests
19
18
- Optional built-in response parsing into **JSON** (JsonHttpResponseHandler)
0 commit comments