Interface Response

All Superinterfaces:
BaseResponse

public interface Response extends BaseResponse

Represents a client response in a client exchange.

Since:
1.6
Author:
Jeremy Kuhn
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the response body used to consume response payload received from the server.

    Methods inherited from interface io.inverno.mod.http.base.BaseResponse

    headers, trailers
  • Method Details

    • body

      ResponseBody body()

      Returns the response body used to consume response payload received from the server.

      Returns:
      the response body