![JAR search and dependency download from the Maven repository](/logo.png)
net.sinofool.wechat.app.WeChatAppHttpClient Maven / Gradle / Ivy
The newest version!
package net.sinofool.wechat.app;
public interface WeChatAppHttpClient {
String get(String host, int port, String schema, String uri);
String post(String host, int port, String schema, String uri, String body);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy