HelidonHelidon4.5.2

io.helidon.webclient.http1.Http1ClientProtocolConfig

Description

Configuration of an HTTP/1.1 client

Configuration options

KeyTypeDefaultDescription
validate-response-headersBooleantrueWhether to validate response headers
max-buffered-entity-sizeSize64 KBConfigure the maximum size allowed for an entity that can be explicitly buffered by the application by calling io.helidon.http.media.ReadableEntity.buffer()
logHttpLogConfigHTTP Log configuration
validate-request-headersBooleantrueWhether to validate request headers
max-header-sizeInteger16384Configure the maximum allowed header size of the response
max-status-line-lengthInteger256Configure the maximum allowed length of the status line from the response
nameStringhttp_1_1Name of this protocol configuration
default-keep-aliveBooleantrueWhether to use keep alive by default

See the manifest for all available types.

Copyright © 2018, 2026 Oracle and/or its affiliates.