Skip to content
D edited this page Oct 8, 2018 · 4 revisions

License API Download

A network request library based on Retrofit2 + Okhttp3 + RxJava2

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