HttpFuture.get
T get()Blocks until completion, then returns the value or throws the stored error.
Returns
The response value once the future completes successfully.
Throws
HttpException on an invalid future; the stored Throwable when
the operation failed (rethrown unchanged).