io.helidon.webclient.api.Proxy
Description
A definition of a proxy server to use for outgoing requests
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
password | List<String> | Sets a new password for the proxy | |
port | Integer | Sets a port value | |
host | String | Sets a new host value | |
force-http-connect | Boolean | Forces HTTP CONNECT with the proxy server | |
no-proxy | List<String> | Configure a host pattern that is not going through a proxy | |
type | ProxyType | HTTP | Sets a new proxy type |
username | String | Sets a new username for the proxy |
Usages
clients.proxysecurity.providers.idcs-role-mapper.oidc-config.webclient.proxysecurity.providers.oidc.webclient.proxyserver.features.security.security.providers.idcs-role-mapper.oidc-config.webclient.proxyserver.features.security.security.providers.oidc.webclient.proxy
See the manifest for all available types.