Configuration options
| key | type | default value | description |
|---|---|---|---|
|
Duration |
|
Connect timeout. See io.helidon.common.socket.SocketOptions.connectTimeout() |
|
boolean |
|
Whether to follow redirects. |
|
boolean |
|
Determines if connection keep alive is enabled (NOT socket keep alive, but HTTP connection keep alive, to re-use the same connection for multiple requests). See io.helidon.common.socket.SocketOptions.socketKeepAlive() |
|
int |
|
Max number of followed redirects.
This is ignored if followRedirects() option is |
|
Map<string, string> |
|
Properties configured for this client. These properties are propagated through client request, to be used by services (and possibly for other purposes). |
|
|
Proxy configuration to be used for requests. |
|
|
Duration |
|
Read timeout. See io.helidon.common.socket.SocketOptions.readTimeout() |
|
|
TLS configuration for any TLS request from this client.
TLS can also be configured per request.
TLS is used when the protocol is set to |