Package io.helidon.reactive.webclient
Interface WebClientServiceResponse
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.Status status()Status of the response.- Returns:
- response status
-