Uses of Interface
io.helidon.webclient.WebClientRequestHeaders
Packages that use WebClientRequestHeaders
-
Uses of WebClientRequestHeaders in io.helidon.webclient
Methods in io.helidon.webclient that return WebClientRequestHeadersModifier 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_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.WebClientRequestHeaders.putAll(Parameters parameters) WebClientRequestHeaders.unsetHeader(String name) Remove a header if set.Method parameters in io.helidon.webclient with type arguments of type WebClientRequestHeadersModifier and TypeMethodDescriptionWebClientRequestBuilder.headers(Function<WebClientRequestHeaders, Headers> headers) Function from parameter is executed on top of stored headers.