The Wayback Machine - https://web.archive.org/web/20200912141132/https://github.com/leavesC/ReactiveHttp
Skip to content
kotlin_corouti…
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ReactiveHttp

一个基于 Kotlin + Coroutines + Jetpack 封装的网络请求框架,详细的使用入门及原理讲解看这里:wiki

Download

  allprojects {
    repositories {
      maven { url 'https://jitpack.io' }
    }
  }
	
  dependencies {
    implementation 'com.github.leavesC:ReactiveHttp:0.0.13'
  }
You can’t perform that action at this time.