Interface WebResponse

All Superinterfaces:
BaseResponse, Response

public interface WebResponse extends Response

A response with supports for body decoding based on the response content type.

Since:
1.12
Author:
Jeremy Kuhn
  • 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

      Description copied from interface: Response

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

      Specified by:
      body in interface Response
      Returns:
      the response body