Description

Common configuration for HTTP protocols.

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
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.