Skip to content

Commit c514d29

Browse files
committed
Updated README
1 parent 08d29ed commit c514d29

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Asynchronous Http Client for Android
22
====================================
3-
4-
Travis CI state : [![Build Status](https://travis-ci.org/loopj/android-async-http.png?branch=master)](https://travis-ci.org/loopj/android-async-http)
3+
[![Build Status](https://travis-ci.org/loopj/android-async-http.png?branch=master)](https://travis-ci.org/loopj/android-async-http)
54

65
An asynchronous, callback-based Http client for Android built on top of Apache's [HttpClient](http://hc.apache.org/httpcomponents-client-ga/) libraries.
76

@@ -13,7 +12,7 @@ Features
1312
- Requests use a **threadpool** to cap concurrent resource usage
1413
- GET/POST **params builder** (RequestParams)
1514
- **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
1716
- Automatic smart **request retries** optimized for spotty mobile connections
1817
- Automatic **gzip** response decoding support for super-fast requests
1918
- Optional built-in response parsing into **JSON** (JsonHttpResponseHandler)

0 commit comments

Comments
 (0)