Uses of Class
org.bardframework.commons.web.utils.HttpCallResult
-
Packages that use HttpCallResult Package Description org.bardframework.commons.web.utils -
-
Uses of HttpCallResult in org.bardframework.commons.web.utils
Methods in org.bardframework.commons.web.utils that return HttpCallResult Modifier and Type Method Description HttpCallResultHttpCaller. call(Map<String,String> args)HttpCallResultHttpCaller. call(Map<String,String> headers, Map<String,String> args)call with custom headersstatic HttpCallResultHttpUtils. httpCall(String httpMethod, String urlTemplate, String bodyTemplate, int connectTimeoutSeconds, int readTimeoutSeconds, Map<String,String> headers, Map<String,String> args)
-