io.helidon.webclient.api.WebClientCookieManager
Description
Helidon WebClient cookie manager
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
automatic-store-enabled | Boolean | false | Whether automatic cookie store is enabled or not |
cookie-policy | CookiePolicy | java.net.CookiePolicy.ACCEPT_ORIGINAL_SERVER | Current cookie policy for this client |
default-cookies | Map<String, String> | Map of default cookies to include in all requests if cookies enabled |
See the manifest for all available types.