- All Superinterfaces:
BaseResponse
Represents a client response in a client exchange.
- Since:
- 1.6
- Author:
- Jeremy Kuhn
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbody()
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
-