public class Curl extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Curl.CurlArgumentsBuilder |
static class |
Curl.CurlException |
| Modifier and Type | Method and Description |
|---|---|
static String |
$(String requestCommand) |
static CompletableFuture<String> |
$Async(String requestCommand) |
static Curl.CurlArgumentsBuilder |
curl() |
static org.apache.http.HttpResponse |
curl(String requestCommand) |
static CompletableFuture<org.apache.http.HttpResponse> |
curlAsync(String requestCommand) |
public static String $(String requestCommand) throws Curl.CurlException
Curl.CurlExceptionpublic static CompletableFuture<String> $Async(String requestCommand) throws Curl.CurlException
Curl.CurlExceptionpublic static Curl.CurlArgumentsBuilder curl()
public static org.apache.http.HttpResponse curl(String requestCommand) throws Curl.CurlException
Curl.CurlExceptionpublic static CompletableFuture<org.apache.http.HttpResponse> curlAsync(String requestCommand) throws Curl.CurlException
Curl.CurlExceptionCopyright © 2018. All rights reserved.