Skip to content

io.helidon.server.sockets.protocols.http11.requestedUriDiscovery.trustedProxies.AllowConfig

Description

Configuration for server.sockets.protocols.http_1_1.requested-uri-discovery.trusted-proxies.allow

Configuration options

KeyTypeDefaultDescription
allBooleanfalseAllows all strings to match (subject to "deny" conditions)
exactList<String>Exact strings to allow
patternList<Pattern>Patterns specifying strings to allow
prefixList<String>Prefixes specifying strings to allow
suffixList<String>Suffixes specifying strings to allow

Usages


See the manifest for all available types.