public interface HttpServiceClient
| Modifier and Type | Field and Description |
|---|---|
static NamedServiceClientFactory<HttpServiceClient> |
factory |
| Modifier and Type | Method and Description |
|---|---|
Task<HttpResponse> |
execute(HttpRequest request)
Executes the given
HttpRequest. |
static final NamedServiceClientFactory<HttpServiceClient> factory
Task<HttpResponse> execute(@NonNull HttpRequest request)
HttpRequest.request - the request to execute.