Package de.galan.commons.net.flux
Interface HttpClient
- All Known Implementing Classes:
CommonHttpClient,MockCommonHttpClient
public interface HttpClient
Contract for a HTTP request
-
Method Summary
-
Method Details
-
request
Response request(String resource, Method method, Map<String, String> extraHeader, Map<String, throws HttpClientExceptionList<String>> parameters, byte[] body, HttpOptions options) - Throws:
HttpClientException
-