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