Class HttpUtils

java.lang.Object
org.qubership.atp.environments.utils.HttpUtils

public class HttpUtils extends Object
  • Constructor Details

    • HttpUtils

      public HttpUtils()
  • Method Details

    • getResponse

      public static String getResponse(org.apache.http.HttpResponse httpResponse, org.apache.http.HttpRequest httpRequest)
      Use for extract String from response object.
      Parameters:
      httpResponse - response object
    • convertToHtml

      public static String convertToHtml(org.apache.http.HttpEntity httpEntity) throws Exception
      TODO Make javadoc documentation for this method.
      Throws:
      Exception
    • createTrustAllHttpClientBuilder

      public static org.apache.http.impl.client.HttpClientBuilder createTrustAllHttpClientBuilder()
      TODO Make javadoc documentation for this method.