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

io.soffa.foundation.commons.http.HttpResponseProvider Maven / Gradle / Ivy

package io.soffa.foundation.commons.http;

import java.net.URL;

public interface HttpResponseProvider {

    HttpResponse apply(URL url,HttpHeaders headers);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy