Skip to content

Repository files navigation

DLHttpUtil

网络请求 Ktor Client 插件,拦截部分错误转换成中文,提供错误信息Flow用于UI统一展示;

使用说明

  1. 添加仓库
allprojects {
  repositories {
    ...
    maven { url 'https://raw.githubusercontent.com/D10NGYANG/maven-repo/main/repository'}
  }
}
  1. 添加依赖
dependencies {
  implementation 'com.github.D10NGYANG:DLHttpUtil:1.1.0'
  // ktor核心库
  implementation 'io.ktor:ktor-client-core:2.3.12'
}
  1. 混淆
-keep class com.d10ng.http.** {*;}
-dontwarn com.d10ng.http.**

About

网络请求封装库;

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages