| Modifier and Type | Method and Description |
|---|---|
String |
$(String url) |
CompletableFuture<String> |
$Async(String url) |
org.apache.http.HttpResponse |
run(String url) |
CompletableFuture<org.apache.http.HttpResponse> |
runAsync(String url) |
public String $(String url) throws Curl.CurlException
Curl.CurlExceptionpublic CompletableFuture<String> $Async(String url) throws Curl.CurlException
Curl.CurlExceptionpublic org.apache.http.HttpResponse run(String url) throws Curl.CurlException
Curl.CurlExceptionpublic CompletableFuture<org.apache.http.HttpResponse> runAsync(String url) throws Curl.CurlException
Curl.CurlExceptionCopyright © 2018. All rights reserved.