me.chanjar.weixin.common.util.http.RequestHttp Maven / Gradle / Ivy
package me.chanjar.weixin.common.util.http;
/**
* Created by ecoolper on 2017/4/22.
*/
public interface RequestHttp {
/**
* 返回httpClient
*
*/
H getRequestHttpClient();
/**
* 返回httpProxy
*
*/
P getRequestHttpProxy();
HttpType getRequestType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy