cbdgit / ReactiveHttp

一个基于 Kotlin + Coroutines + Jetpack 封装的网络请求框架

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactiveHttp

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

Download

  allprojects {
    repositories {
      maven { url 'https://jitpack.io' }
    }
  }
	
  dependencies {
    implementation 'com.github.leavesC:ReactiveHttp:0.0.13'
  }

About

一个基于 Kotlin + Coroutines + Jetpack 封装的网络请求框架


Languages

Language:Kotlin 100.0%