-
Notifications
You must be signed in to change notification settings - Fork 0
Home
D edited this page Jan 28, 2019
·
4 revisions
A network request library based on
HttpURLConnection+OkHttp3+Volley+Retrofit2+RxJava2
- HttpURLConnection
- OkHttp3
- Volley
- HttpURLConnection
- HttpClient
- OkHttp3
- Retrofit
- You can switch clients from HttpURLConnection or OkHttp3 or Volley or Retrofit2.
-
1chain, completely chained.func0().func1().func2()...,Adaptive,Jane. -
2Client forms (Singletonglobal configuration,New instancefully custom configuration). -
3chained form, fully expanded.
- Supports Get, Post, Head, Options, Put, Patch, Delete Request Protocol.
- Support file download, progress callback.
- Support file upload, progress callback.
- Support for adding fixed header headers, dynamic header headers.
- Support failure retry mechanism, can specify retry times, retry interval.
- Support Tag, Cancel Data Request, Unsubscribe.