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