public interface HttpService extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
HttpResponse |
makeRequest(String path,
okhttp3.Request.Builder request) |
HttpResponse makeRequest(String path, okhttp3.Request.Builder request) throws IOException
IOException
void close()
close
in interface AutoCloseable