io.helidon.webclient.http1.Http1ClientProtocolConfig
Description
Configuration of an HTTP/1.1 client
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
validate-response-headers | Boolean | true | Sets whether the response header format is validated or not |
max-buffered-entity-size | Size | 64 KB | Configure the maximum size allowed for an entity that can be explicitly buffered by the application by calling io.helidon.http.media.ReadableEntity#buffer |
max-header-size | Integer | 16384 | Configure the maximum allowed header size of the response |
validate-request-headers | Boolean | false | Sets whether the request header format is validated or not |
max-status-line-length | Integer | 256 | Configure the maximum allowed length of the status line from the response |
name | String | http_1_1 | N/A |
default-keep-alive | Boolean | true | Whether to use keep alive by default |
See the manifest for all available types.