Description
Configuration of an HTTP/1.1 client.
Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|
default-keep-alive | VALUE | Boolean | true | Whether to use keep alive by default |
max-buffered-entity-size | VALUE | i.h.c.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 | VALUE | Integer | 16384 | Configure the maximum allowed header size of the response |
max-status-line-length | VALUE | Integer | 256 | Configure the maximum allowed length of the status line from the response |
name | VALUE | String | http_1_1 | N/A |
validate-request-headers | VALUE | Boolean | false | Sets whether the request header format is validated or not |
validate-response-headers | VALUE | Boolean | true | Sets whether the response header format is validated or not |
See the manifest for all available types.