Uses of Interface
io.helidon.webclient.WebClientRequestHeaders
-
Uses of WebClientRequestHeaders in io.helidon.webclient
Modifier and TypeMethodDescriptionAdd acceptedMediaType
.WebClientRequestHeaders.addAll
(Parameters parameters) Add a cookie to the request.WebClientRequestHeaders.contentLength
(long length) Set a content length.WebClientRequestHeaders.contentType
(MediaType contentType) Set a content type.WebClientRequestBuilder.ClientRequest.headers()
Headers which are used in current request.WebClientRequestBuilder.headers()
Get a (mutable) instance of outgoing headers.WebClientServiceRequest.headers()
Configured request headers.SetsHttp.Header.IF_MATCH
header to specific etags.WebClientRequestHeaders.ifModifiedSince
(ZonedDateTime time) SetsHttp.Header.IF_MODIFIED_SINCE
header to specific time.WebClientRequestHeaders.ifNoneMatch
(String... etags) SetsHttp.Header.IF_NONE_MATCH
header to specific etags.SetsHttp.Header.IF_RANGE
header to specific etag.WebClientRequestHeaders.ifRange
(ZonedDateTime time) SetsHttp.Header.IF_RANGE
header to specific time.WebClientRequestHeaders.ifUnmodifiedSince
(ZonedDateTime time) SetsHttp.Header.IF_UNMODIFIED_SINCE
header to specific time.WebClientRequestHeaders.putAll
(Parameters parameters) WebClientRequestHeaders.unsetHeader
(String name) Remove a header if set.Modifier and TypeMethodDescriptionWebClientRequestBuilder.headers
(Function<WebClientRequestHeaders, Headers> headers) Function from parameter is executed on top of stored headers.