public interface RestClient
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.HttpResponse |
get(String url) |
org.apache.http.HttpResponse |
post(String url,
String body) |
org.apache.http.HttpResponse get(String url) throws IOException
IOExceptionorg.apache.http.HttpResponse post(String url, String body) throws IOException
IOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.