public interface SimpleGet
| Modifier and Type | Method and Description |
|---|---|
SimpleResponse |
get(String location)
Make an HTTP GET request
|
SimpleResponse get(String location) throws IOException
location - the HTTP(S) URLIOException - if a problem occurs with the requestCopyright © 2019. All rights reserved.