public interface WebClientServiceResponse
Response which is created upon receiving of server response.
-
Method Details
-
headers
WebClientResponseHeaders headers()Received response headers.- Returns:
- immutable response headers
-
context
Context context()Context in which this response is received.- Returns:
- current context
-
status
Http.ResponseStatus status()Status of the response.- Returns:
- response status
-