Description

Configuration of an HTTP/1.1 client.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
default-keep-aliveVALUEBooleantrueWhether to use keep alive by default
max-buffered-entity-sizeVALUEi.h.c.Size64 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-sizeVALUEInteger16384Configure the maximum allowed header size of the response
max-status-line-lengthVALUEInteger256Configure the maximum allowed length of the status line from the response
nameVALUEStringhttp_1_1N/A
validate-request-headersVALUEBooleanfalseSets whether the request header format is validated or not
validate-response-headersVALUEBooleantrueSets whether the response header format is validated or not

See the manifest for all available types.