Package org.toilelibre.libe.curl
Class Curl
java.lang.Object
org.toilelibre.libe.curl.Curl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic String$(String requestCommand, Curl.CurlArgumentsBuilder.CurlJavaOptions curlJavaOptions) static CompletableFuture<String>static CompletableFuture<String>$Async(String requestCommand, Curl.CurlArgumentsBuilder.CurlJavaOptions curlJavaOptions) static Curl.CurlArgumentsBuildercurl()static org.apache.hc.core5.http.ClassicHttpResponsestatic org.apache.hc.core5.http.ClassicHttpResponsecurl(String requestCommand, Curl.CurlArgumentsBuilder.CurlJavaOptions curlJavaOptions) static CompletableFuture<org.apache.hc.core5.http.ClassicHttpResponse>static CompletableFuture<org.apache.hc.core5.http.ClassicHttpResponse>curlAsync(String requestCommand, Curl.CurlArgumentsBuilder.CurlJavaOptions curlJavaOptions) static Stringstatic String
-
Method Details
-
$
- Throws:
Curl.CurlException
-
$
public static String $(String requestCommand, Curl.CurlArgumentsBuilder.CurlJavaOptions curlJavaOptions) throws Curl.CurlException - Throws:
Curl.CurlException
-
$Async
- Throws:
Curl.CurlException
-
$Async
public static CompletableFuture<String> $Async(String requestCommand, Curl.CurlArgumentsBuilder.CurlJavaOptions curlJavaOptions) throws Curl.CurlException - Throws:
Curl.CurlException
-
curl
-
curlAsync
public static CompletableFuture<org.apache.hc.core5.http.ClassicHttpResponse> curlAsync(String requestCommand) throws Curl.CurlException - Throws:
Curl.CurlException
-
curlAsync
public static CompletableFuture<org.apache.hc.core5.http.ClassicHttpResponse> curlAsync(String requestCommand, Curl.CurlArgumentsBuilder.CurlJavaOptions curlJavaOptions) throws Curl.CurlException - Throws:
Curl.CurlException
-
curl
public static org.apache.hc.core5.http.ClassicHttpResponse curl(String requestCommand) throws Curl.CurlException - Throws:
Curl.CurlException
-
curl
public static org.apache.hc.core5.http.ClassicHttpResponse curl(String requestCommand, Curl.CurlArgumentsBuilder.CurlJavaOptions curlJavaOptions) throws Curl.CurlException - Throws:
Curl.CurlException
-
getVersion
-
getVersionWithBuildTime
-