Uses of Interface
io.helidon.http.ClientResponseHeaders
Package
Description
Testing support for HTTP.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebClient APIs shared by all types of clients.
-
Uses of ClientResponseHeaders in io.helidon.common.testing.http.junit5
Modifier and TypeMethodDescriptionstatic ClientResponseHeaders
SocketHttpClient.headersFromResponse
(String response) Find headers in response and parse them. -
Uses of ClientResponseHeaders in io.helidon.http
Modifier and TypeInterfaceDescriptioninterface
Mutable headers of a server response.Modifier and TypeMethodDescriptionstatic ClientResponseHeaders
Create a new instance from headers parsed from client response.static ClientResponseHeaders
ClientResponseHeaders.create
(Headers responseHeaders, ParserMode parserMode) Create a new instance from headers parsed from client response. -
Uses of ClientResponseHeaders in io.helidon.webclient.api
Modifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl.headers()
Modifier and TypeMethodDescriptionWebClientServiceResponse.BuilderBase.headers()
Received response headers.Modifier and TypeMethodDescriptionstatic ClientResponseEntity
ClientResponseEntity.create
(Function<Integer, BufferData> readEntityFunction, Runnable entityProcessedRunnable, ClientRequestHeaders requestHeaders, ClientResponseHeaders responseHeaders, MediaContext mediaContext) Create a new client response entity.WebClientServiceResponse.BuilderBase.headers
(ClientResponseHeaders headers) Received response headers.void
WebClientCookieManager.response
(ClientUri uri, ClientResponseHeaders headers) Store cookies from response headers.