- All Superinterfaces:
BaseResponse
,Response
A response with supports for body decoding based on the response content type.
- Since:
- 1.12
- Author:
- Jeremy Kuhn
-
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
WebResponseBody body()Description copied from interface:Response
Returns the response body used to consume response payload received from the server.
-