public interface HttpClient
| Modifier and Type | Method and Description |
|---|---|
Response |
request(String resource,
Method method,
Map<String,String> extraHeader,
Map<String,List<String>> parameters,
byte[] body,
HttpOptions options) |
Response request(String resource, Method method, Map<String,String> extraHeader, Map<String,List<String>> parameters, byte[] body, HttpOptions options) throws HttpClientException
HttpClientExceptionCopyright © 2017. All rights reserved.