Uses of Interface
io.helidon.reactive.webclient.WebClientRequestHeaders
Packages that use WebClientRequestHeaders
-
Uses of WebClientRequestHeaders in io.helidon.reactive.webclient
Methods in io.helidon.reactive.webclient that return WebClientRequestHeadersModifier and TypeMethodDescriptiondefault WebClientRequestHeadersWebClientRequestHeaders.add(Http.HeaderName key, String... values) Add header values.Deprecated.WebClientRequestHeaders.addAccept(HttpMediaType mediaType) Add acceptedHttpMediaType.Add each header, combining values if header already exists.Add a cookie to the request.WebClientRequestHeaders.contentLength(long length) Set a content length.WebClientRequestHeaders.contentType(HttpMediaType 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_MATCHheader to specific etags.WebClientRequestHeaders.ifModifiedSince(ZonedDateTime time) SetsHttp.Header.IF_MODIFIED_SINCEheader to specific time.WebClientRequestHeaders.ifNoneMatch(String... etags) SetsHttp.Header.IF_NONE_MATCHheader to specific etags.SetsHttp.Header.IF_RANGEheader to specific etag.WebClientRequestHeaders.ifRange(ZonedDateTime time) SetsHttp.Header.IF_RANGEheader to specific time.WebClientRequestHeaders.ifUnmodifiedSince(ZonedDateTime time) SetsHttp.Header.IF_UNMODIFIED_SINCEheader to specific time.Add each header, replacing values if header already exists.WebClientRequestHeaders.unsetHeader(Http.HeaderName name) Remove a header if set.default WebClientRequestHeadersWebClientRequestHeaders.unsetHeader(String name) Deprecated.Method parameters in io.helidon.reactive.webclient with type arguments of type WebClientRequestHeadersModifier and TypeMethodDescriptionWebClientRequestBuilder.headers(Function<WebClientRequestHeaders, Headers> headers) Function from parameter is executed on top of stored headers.
add(io.helidon.common.http.Http.HeaderName, String...)