Skip to content

Commit fbe1d6b

Browse files
committed
优化使用文档及代码注释
新增支持延迟进行网络请求 新增 LifecycleService 类 新增 IRequestClient 接口类 修改 IRequestHandler 接口方法 修改 IRequestInterceptor 接口方法
1 parent 0b6471f commit fbe1d6b

35 files changed

+992
-384
lines changed

.gitignore

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/.gradle
2-
/.idea
3-
/build
4-
*/build
5-
/captures
6-
/.cxx
7-
/.externalNativeBuild
1+
.gradle
2+
.idea
3+
.cxx
4+
.externalNativeBuild
5+
build
6+
captures
87

8+
._*
99
*.iml
1010
.DS_Store
1111
local.properties

EasyHttp.apk

53.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)