# ReactiveHttp **Repository Path**: mirrors_leavesC/ReactiveHttp ## Basic Information - **Project Name**: ReactiveHttp - **Description**: 一个基于 Kotlin + Jetpack + Coroutines + Retrofit 封装的网络请求框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-11 - **Last Updated**: 2026-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ReactiveHttp [![](https://jitpack.io/v/leavesCZY/ReactiveHttp.svg)](https://jitpack.io/#leavesCZY/ReactiveHttp) 一个基于 Kotlin + Jetpack + Coroutines + Retrofit 封装的网络请求框架 ## 导入依赖 ```groovy allprojects { repositories { maven { url "https://jitpack.io" } } } dependencies { implementation 'com.github.leavesCZY:ReactiveHttp:1.1.3' } ``` 更多介绍请看这里:[wiki](https://github.com/leavesCZY/ReactiveHttp/wiki)