Android代码-sloth-restme

时间:2022-08-27 02:59:27
【文件属性】:

文件名称:Android代码-sloth-restme

文件大小:32KB

文件格式:ZIP

更新时间:2022-08-27 02:59:27

Android代码

sloth-restme 基于coroutines和okhttp的http请求库,多请求链式调用取消请求等 1.集成 compile 'com.stainberg.sloth:sloth-http:1.0.4' 2.使用 缓存的开启由2个地方控制 初始化缓存目录 请求中需要调用cache方法 //开启缓存策略 //初始化缓存 SlothClient.initCache(directory, 50)//缓存在指定目录下 SlothClient.initCache(context, 50)//缓存在外部存储区的cache目录中 //订阅404请求的处理逻辑 SlothClient.subscribeHttpCodeHandler(404, { //it参数是Request请求对象 println("${it.url()} handler 404") }) //设定请求通用参数和头 SlothClient.fixHeader("123", "321") SlothClient.fixParam("abc", "cba") //内部debug日志打印,默认为false


【文件预览】:
sloth-restme-master
----slothrestme.iml(14KB)
----.gitignore(7B)
----build.gradle(2KB)
----src()
--------main()
----README.md(4KB)
----proguard-rules.pro(751B)

网友评论