| Package | Description |
|---|---|
| io.apimatic.coreinterfaces.http |
| Modifier and Type | Method and Description |
|---|---|
Response |
HttpClient.execute(Request request,
CoreEndpointConfiguration endpointConfiguration)
Execute a given Request to get string/binary response back.
|
CompletableFuture<Response> |
HttpClient.executeAsync(Request request,
CoreEndpointConfiguration endpointConfiguration)
Execute a given Request to get string/binary response back.
|
Copyright © 2022. All rights reserved.