org.brewchain.sdk.https.IHttpsHandler Maven / Gradle / Ivy
package org.brewchain.sdk.https;
public interface IHttpsHandler {
String post();
String get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy