public interface HttpClient extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBatchSupported() |
HttpResponse |
post(HttpRequest req) |
HttpBatchResponse |
postBatch(HttpBatchRequest req) |
closeHttpResponse post(HttpRequest req)
boolean isBatchSupported()
HttpBatchResponse postBatch(HttpBatchRequest req)
Copyright © Sep 2013–2018 Mike Hardy. All rights reserved.