Class HttpCallerUtils
- java.lang.Object
-
- org.bardframework.commons.web.http.HttpCallerUtils
-
public final class HttpCallerUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description HttpCallerUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HttpCallResulthttpCall(String url, String httpMethod, String bodyTemplate, Map<String,String> variables, Map<String,String> headers)
-
-
-
Method Detail
-
httpCall
public static HttpCallResult httpCall(String url, String httpMethod, String bodyTemplate, Map<String,String> variables, Map<String,String> headers) throws IOException
- Throws:
IOException
-
-