138 Star 1.2K Fork 269

Troy / okhttps

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cancelable.java 146 Bytes
一键复制 编辑 原始数据 按行查看 历史
Troy 提交于 2022-10-05 17:48 . refactor package: cn.zhxu
package cn.zhxu.okhttps;
public interface Cancelable {
/**
* 取消
* @return 取消是否成功
*/
boolean cancel();
}
Java
1
https://gitee.com/troyzhxu/okhttps.git
git@gitee.com:troyzhxu/okhttps.git
troyzhxu
okhttps
okhttps
master

搜索帮助