Interface Response

    • Method Detail

      • contentType

        java.lang.String contentType()
        Returns the value of the Content-Type header.
      • statusCode

        int statusCode()
        Returns the HTTP status code.
      • rawResponse

        java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        Returns the raw response.