Class HttpHelper

java.lang.Object
com.katalon.jenkins.plugin.helper.HttpHelper

public class HttpHelper extends Object
  • 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