| Package | Description |
|---|---|
| com.pkrete.xrd4j.rest.client |
| Modifier and Type | Method and Description |
|---|---|
ClientResponse |
RESTClient.send(String url,
String requestBody,
Map<String,?> params,
Map<String,String> headers)
Makes a HTTP request to the given URL using the given request body,
parameters and HTTP headers.
|
ClientResponse |
AbstractClient.send(String url,
String requestBody,
Map<String,?> params,
Map<String,String> headers)
Makes a HTTP request to the given URL using the given request body,
parameters and HTTP headers.
|
Copyright © 2014–2017. All rights reserved.