Skip to content

io.helidon.webclient.api.Proxy

Description

A definition of a proxy server to use for outgoing requests

Configuration options

KeyTypeDefaultDescription
passwordList<String>Sets a new password for the proxy
portIntegerSets a port value
hostStringSets a new host value
force-http-connectBooleanForces HTTP CONNECT with the proxy server
no-proxyList<String>Configure a host pattern that is not going through a proxy
typeProxyTypeHTTPSets a new proxy type
usernameStringSets a new username for the proxy

Usages


See the manifest for all available types.