public interface HTTPClient
| Modifier and Type | Method and Description |
|---|---|
<T> Response<T> |
execute(Request request,
ResponseParser<? extends T> parser) |
<T> Response<T> execute(Request request, ResponseParser<? extends T> parser) throws IOException
IOExceptionCopyright © 2019. All rights reserved.