Class HttpUtils
- java.lang.Object
-
- org.bardframework.commons.web.utils.HttpUtils
-
public final class HttpUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HttpCallResulthttpCall(String httpMethod, String urlTemplate, String bodyTemplate, int connectTimeoutSeconds, int readTimeoutSeconds, Map<String,String> headers, Map<String,String> args)
-
-
-
Method Detail
-
httpCall
public static HttpCallResult httpCall(String httpMethod, String urlTemplate, String bodyTemplate, int connectTimeoutSeconds, int readTimeoutSeconds, Map<String,String> headers, Map<String,String> args) throws IOException
- Throws:
IOException
-
-