HelidonHelidon4.5.2

io.helidon.http.HttpConfig

Description

Common configuration of HTTP protocol, regardless of its version

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

Dependent Types


See the manifest for all available types.

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