io.helidon.webclient.api.HttpConfigBase
Description
Common configuration for HTTP protocols
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
connect-timeout | Duration | Connect timeout | |
proxy | Proxy | Proxy configuration to be used for requests | |
follow-redirects | Boolean | true | Whether to follow redirects |
keep-alive | Boolean | true | 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) |
read-timeout | Duration | Read timeout | |
max-redirects | Integer | 10 | Max number of followed redirects |
tls | Tls | TLS configuration for any TLS request from this client | |
properties | Map<String, String> | Properties configured for this client |
Dependent Types
See the manifest for all available types.