1 Star 0 Fork 0

shizhen.zhang / okhttp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 808 Bytes
一键复制 编辑 原始数据 按行查看 历史
rootProject.name = 'okhttp-parent'
include ':mockwebserver'
if (properties.containsKey('android.injected.invoked.from.ide') ||
System.getenv('ANDROID_SDK_ROOT') != null) {
// Currently incompatible with Intellij, use with Android Studio and from CLI with explicit flag
include ':android-test'
}
include ':okcurl'
include ':okhttp'
include ':okhttp-bom'
include ':okhttp-brotli'
include ':okhttp-dnsoverhttps'
include ':okhttp-hpacktests'
include ':okhttp-logging-interceptor'
include ':okhttp-sse'
include ':okhttp-testing-support'
include ':okhttp-tls'
include ':okhttp-urlconnection'
include ':samples:compare'
include ':samples:crawler'
include ':samples:guide'
include ':samples:simple-client'
include ':samples:slack'
include ':samples:static-server'
include ':samples:unixdomainsockets'
Java
1
https://gitee.com/shizhenzhang/okhttp.git
git@gitee.com:shizhenzhang/okhttp.git
shizhenzhang
okhttp
okhttp
master

搜索帮助