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

net.sinofool.wechat.miniapp.WeChatMiniAppHttpClient Maven / Gradle / Ivy

The newest version!
package net.sinofool.wechat.miniapp;

public interface WeChatMiniAppHttpClient {
    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