Uses of Class
org.toilelibre.libe.curl.Curl.CurlException
-
Uses of Curl.CurlException in org.toilelibre.libe.curl
Methods in org.toilelibre.libe.curl that throw Curl.CurlExceptionModifier and TypeMethodDescriptionstatic Stringstatic StringCurl.$(String requestCommand, Curl.CurlArgumentsBuilder.CurlJavaOptions curlJavaOptions) static CompletableFuture<String>static CompletableFuture<String>Curl.$Async(String requestCommand, Curl.CurlArgumentsBuilder.CurlJavaOptions curlJavaOptions) static org.apache.hc.core5.http.ClassicHttpResponsestatic org.apache.hc.core5.http.ClassicHttpResponseCurl.curl(String requestCommand, Curl.CurlArgumentsBuilder.CurlJavaOptions curlJavaOptions) static CompletableFuture<org.apache.hc.core5.http.ClassicHttpResponse>static CompletableFuture<org.apache.hc.core5.http.ClassicHttpResponse>Curl.curlAsync(String requestCommand, Curl.CurlArgumentsBuilder.CurlJavaOptions curlJavaOptions) org.apache.hc.core5.http.HttpResponseCompletableFuture<org.apache.hc.core5.http.ClassicHttpResponse>