Class HttpHelper
java.lang.Object
com.katalon.jenkins.plugin.helper.HttpHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.http.HttpResponsesendRequest(org.apache.http.client.methods.HttpUriRequest httpRequest, String bearerToken, String username, String password, InputStream content, Long contentLength, List<org.apache.http.NameValuePair> pairs)
-
Constructor Details
-
HttpHelper
public HttpHelper()
-
-
Method Details
-
sendRequest
public static org.apache.http.HttpResponse sendRequest(org.apache.http.client.methods.HttpUriRequest httpRequest, String bearerToken, String username, String password, InputStream content, Long contentLength, List<org.apache.http.NameValuePair> pairs) throws IOException - Throws:
IOException
-