| Modifier and Type | Method and Description |
|---|---|
static String |
Curl.$(String requestCommand) |
String |
Curl.CurlArgumentsBuilder.$(String url) |
static CompletableFuture<String> |
Curl.$Async(String requestCommand) |
CompletableFuture<String> |
Curl.CurlArgumentsBuilder.$Async(String url) |
static org.apache.http.HttpResponse |
Curl.curl(String requestCommand) |
static CompletableFuture<org.apache.http.HttpResponse> |
Curl.curlAsync(String requestCommand) |
org.apache.http.HttpResponse |
Curl.CurlArgumentsBuilder.run(String url) |
CompletableFuture<org.apache.http.HttpResponse> |
Curl.CurlArgumentsBuilder.runAsync(String url) |
Copyright © 2018. All rights reserved.