All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.chanjar.weixin.common.util.http.RequestHttp Maven / Gradle / Ivy

There is a newer version: 4.6.9.B
Show newest version
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