- Proxy (webclient) Configuration
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
host | string | Sets a new host value. | |
no-proxy | string[] | Configure a host pattern that is not going through a proxy. Options are:
| |
password | string | Sets a new password for the proxy. | |
port | int | Sets a port value. | |
type | ProxyType (NONE, SYSTEM, HTTP, SOCKS_4, SOCKS_5) | HTTP | Sets a new proxy type. |
use-system-selector | boolean | false | Configure proxy from environment variables and system properties. |
username | string | Sets a new username for the proxy. |