Uses of Class
org.bardframework.commons.utils.http.HttpCallRequest
Packages that use HttpCallRequest
-
Uses of HttpCallRequest in org.bardframework.commons.utils.http
Methods in org.bardframework.commons.utils.http that return HttpCallRequestModifier and TypeMethodDescriptionHttpCallRequest.bodyTemplate(String bodyTemplate) HttpCallRequest.httpMethod(String httpMethod) HttpCallRequest.urlTemplate(String urlTemplate) Methods in org.bardframework.commons.utils.http with parameters of type HttpCallRequestModifier and TypeMethodDescriptionstatic HttpCallResponseHttpUtils.httpCall(HttpCallRequest request, int connectTimeoutSeconds, int readTimeoutSeconds, Map<String, String> args)