Interface Http1ClientResponse

All Superinterfaces:
AutoCloseable, HttpClientResponse

public interface Http1ClientResponse extends HttpClientResponse
Client response for HTTP/1.1. client.
  • Method Details

    • status

      io.helidon.http.Status status()
    • headers

      io.helidon.http.ClientResponseHeaders headers()
    • trailers

      io.helidon.http.ClientResponseTrailers trailers()
    • lastEndpointUri

      ClientUri lastEndpointUri()