Interface SimpleGet

All Known Implementing Classes:
Get

public interface SimpleGet
A simple HTTP GET
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String location)
    Make an HTTP GET request
  • Method Details

    • get

      SimpleResponse get(String location) throws IOException
      Make an HTTP GET request
      Parameters:
      location - the HTTP(S) URL
      Returns:
      a SimpleResponse object representing the result of the HTTP GET request
      Throws:
      IOException - if a problem occurs with the request