![JAR search and dependency download from the Maven repository](/logo.png)
bdi.glue.http.common.HttpGateway Maven / Gradle / Ivy
package bdi.glue.http.common;
import java.net.URI;
/**
* @author @aloyer
*/
public interface HttpGateway extends Adaptable {
HttpResponse invoke(HttpRequestBuilder req);
void defineHost(URI uri);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy