Interface HttpResponse

    • Method Detail

      • getStatus

        Status getStatus()
        Returns:
        Status of the response.
      • getStatusCode

        int getStatusCode()
        Returns:
        The integer status code of the response.
      • getHeaders

        Headers getHeaders()
        Returns:
        Headers from the response.