Description

WebClient configuration.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
connect-timeoutVALUEDuration Connect timeout
follow-redirectsVALUEBooleantrueWhether to follow redirects
keep-aliveVALUEBooleantrueDetermines if connection keep alive is enabled (NOT socket keep alive, but HTTP connection keep alive, to re-use the same connection for multiple requests)
max-redirectsVALUEInteger10Max number of followed redirects
propertiesMAPString Properties configured for this client
protocol-configsLISTi.h.w.s.ProtocolConfig Configuration of client protocols
protocol-configs-discover-servicesVALUEBooleantrueWhether to enable automatic service discovery for protocol-configs
protocol-preferenceLISTString List of HTTP protocol IDs by order of preference
proxyVALUEi.h.w.a.Proxy Proxy configuration to be used for requests
read-timeoutVALUEDuration Read timeout
tlsVALUEi.h.c.t.Tls TLS configuration for any TLS request from this client

See the manifest for all available types.