Configuration options

Table 1. Optional configuration options
key type default value description

force-http-connect

boolean

 

Forces HTTP CONNECT with the proxy server. Otherwise it will not execute HTTP CONNECT when the request is plain HTTP with no authentication.

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)

HTTP

Sets a new proxy type.

Allowed values:

  • NONE: No proxy.

  • SYSTEM: Proxy obtained from system.

  • HTTP: HTTP proxy.

username

string

 

Sets a new username for the proxy.