Interface ClientHttpResponse


  • public interface ClientHttpResponse
    Author:
    nedis
    • Method Detail

      • statusCode

        int statusCode()
      • version

        io.rxmicro.http.HttpVersion version()
      • headers

        io.rxmicro.http.HttpHeaders headers()
      • isBodyEmpty

        boolean isBodyEmpty()
      • bodyAsBytes

        byte[] bodyAsBytes()
      • bodyAsString

        default String bodyAsString()