Skip to content

io.helidon.webclient.api.WebClientCookieManager

Description

Helidon WebClient cookie manager

Configuration options

KeyTypeDefaultDescription
automatic-store-enabledBooleanfalseWhether automatic cookie store is enabled or not
cookie-policyCookiePolicyjava.net.CookiePolicy.ACCEPT_ORIGINAL_SERVERCurrent cookie policy for this client
default-cookiesMap<String, String>Map of default cookies to include in all requests if cookies enabled

See the manifest for all available types.