Class HttpCaller
java.lang.Object
org.bardframework.commons.utils.http.HttpCaller
-
Field Details
-
httpMethod
-
urlTemplate
-
bodyTemplate
-
connectTimeoutSeconds
protected int connectTimeoutSeconds -
readTimeoutSeconds
protected int readTimeoutSeconds -
logResponse
protected boolean logResponse -
disable
protected boolean disable -
headers
-
-
Constructor Details
-
HttpCaller
-
-
Method Details
-
call
- Throws:
IOException
-
call
public HttpCallResponse call(Map<String, String> headers, Map<String, throws IOExceptionString> args) call with custom headers- Throws:
IOException
-