Skip to content

io.helidon.webclient.http1.Http1ClientProtocolConfig

Description

Configuration of an HTTP/1.1 client

Configuration options

KeyTypeDefaultDescription
validate-response-headersBooleantrueSets whether the response header format is validated or not
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
max-header-sizeInteger16384Configure the maximum allowed header size of the response
validate-request-headersBooleanfalseSets whether the request header format is validated or not
max-status-line-lengthInteger256Configure the maximum allowed length of the status line from the response
nameStringhttp_1_1N/A
default-keep-aliveBooleantrueWhether to use keep alive by default

See the manifest for all available types.