java.util.concurrent.CompletableFuture<WebRequestResult> getAsync( java.lang.String requestUri ) |
Parameters
- requestUri
- the URI to send the GET request to
Return Value
a java.util.concurrent.CompletableFuture<T> representing the asynchronous operation, which will contain a WebRequestResult object representing the result of the web request