Skip to content
D edited this page Dec 18, 2018 · 4 revisions

License API Download

A network request library based on HttpURLConnection + OkHttp3 + Volley + Retrofit2 + RxJava2

Integration libraries

  • HttpURLConnection
  • OkHttp3
  • Volley
    • HttpURLConnection
    • HttpClient
    • OkHttp3
  • Retrofit

Features

  • 1 chain, completely chained .func0().func1().func2()..., Adaptive, Jane
  • 2 Client forms (Singleton global configuration, New instance fully custom configuration)
  • 3 chained form, fully expanded

Support

  • 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
Clone this wiki locally