io.helidon.server.sockets.protocols.http2.requestedUriDiscovery.trustedProxies.DenyConfig
Description
Configuration for server.sockets.protocols.http_2.requested-uri-discovery.trusted-proxies.deny
Configuration options
| Key | Type | Description |
|---|---|---|
exact | List<String> | Exact strings to deny |
pattern | List<Pattern> | Patterns specifying strings to deny |
prefix | List<String> | Prefixes specifying strings to deny |
suffix | List<String> | Suffixes specifying strings to deny |
Usages
See the manifest for all available types.