We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee71123 commit 18629aeCopy full SHA for 18629ae
README.md
@@ -10,6 +10,8 @@ Features
10
- HTTP requests happen **outside the UI thread**
11
- Requests use a **threadpool** to cap concurrent resource usage
12
- GET/POST **params builder** (RequestParams)
13
+- **Multipart file uploads** with no additional third party libraries
14
+- Tiny size overhead to your application, only **22kb** for everything
15
- Automatic smart **request retries** optimized for spotty mobile connections
16
- Automatic **gzip** response decoding support for super-fast requests
17
- Optional built-in response parsing into **JSON** (JsonHttpResponseHandler)
0 commit comments