Proxy (webclient) Configuration

Type: io.helidon.webclient.Proxy

Configuration options

Optional configuration options
keytypedefault valuedescription
host

string

 

Sets a new host value.

no-proxy

string[]

 

Configure a host pattern that is not going through a proxy.

Options are:
  • IP Address, such as 192.168.1.1

  • IP V6 Address, such as [2001:db8:85a3:8d3:1319:8a2e:370:7348]

  • Hostname, such as localhost

  • Domain name, such as helidon.io

  • Domain name and all sub-domains, such as .helidon.io (leading dot)

  • Combination of all options from above with a port, such as .helidon.io:80

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.