Skip to content

io.helidon.webclient.api.HttpConfigBase

Description

Common configuration for HTTP protocols

Configuration options

KeyTypeDefaultDescription
connect-timeoutDurationConnect timeout
proxyProxyProxy configuration to be used for requests
follow-redirectsBooleantrueWhether to follow redirects
keep-aliveBooleantrueDetermines if connection keep alive is enabled (NOT socket keep alive, but HTTP connection keep alive, to re-use the same connection for multiple requests)
read-timeoutDurationRead timeout
max-redirectsInteger10Max number of followed redirects
tlsTlsTLS configuration for any TLS request from this client
propertiesMap<String, String>Properties configured for this client

Dependent Types


See the manifest for all available types.