Package run.halo.gradle.steps
Class HttpUtils
java.lang.Object
run.halo.gradle.steps.HttpUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetEntityString(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse response) static booleanisSuccessful(org.apache.hc.core5.http.HttpResponse response) static voidwaitForReadiness(URI externalUrl, org.apache.hc.client5.http.impl.classic.CloseableHttpClient client)
-
Method Details
-
getEntityString
public static String getEntityString(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse response) -
isSuccessful
public static boolean isSuccessful(org.apache.hc.core5.http.HttpResponse response) -
waitForReadiness
public static void waitForReadiness(URI externalUrl, org.apache.hc.client5.http.impl.classic.CloseableHttpClient client)
-