Class HttpUtils
java.lang.Object
org.bardframework.commons.web.http.HttpUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpUtils
public HttpUtils()
-
-
Method Details
-
httpCall
public static HttpCallResult httpCall(String httpMethod, String urlTemplate, String bodyTemplate, int connectTimeoutSeconds, int readTimeoutSeconds, Map<String, String> headers, Map<String, throws IOExceptionString> args) - Throws:
IOException
-