httpdns 2

This commit is contained in:
wangcongtao
2020-11-18 15:12:24 +08:00
parent ac6c217507
commit 9c0d4a0181
28 changed files with 351 additions and 21 deletions

View File

@@ -0,0 +1,16 @@
package com.mogo.httpdns;
import com.alibaba.android.arouter.facade.template.IProvider;
import com.mogo.utils.network.HttpDns;
public
/**
* @author congtaowang
* @since 2020/11/18
*
* http 请求做http dns转换
*/
interface IMogoHttpDns extends IProvider {
HttpDns dns();
}