WebClientCookieManager (webclient.api) Configuration

Type: io.helidon.webclient.api.WebClientCookieManager

Configuration options

Optional configuration options
keytypedefault valuedescription
automatic-store-enabled

boolean

false

Whether automatic cookie store is enabled or not.

@return status of cookie store
cookie-policy

CookiePolicy

java.net.CookiePolicy.ACCEPT_ORIGINAL_SERVER

Current cookie policy for this client.

@return the cookie policy
default-cookies

Map<string, string>

 

Map of default cookies to include in all requests if cookies enabled.

@return map of default cookies