io.helidon.http.RequestedUriDiscoveryContext
Description
Requested URI discovery settings for a socket
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
types | List< | Sets the discovery types for requested URI discovery for requests arriving on the socket | |
trusted- | Allow | Sets the trusted proxies for requested URI discovery for requests arriving on the socket | |
enabled | Boolean | true if 'types' or 'trusted- | Sets whether requested URI discovery is enabled for requestes arriving on the socket |
Usages
server.protocols. http_ 1_1. requested- uri- discovery server.protocols. http_ 2.requested- uri- discovery server.requested- uri- discovery server.sockets. protocols. http_ 1_1. requested- uri- discovery server.sockets. protocols. http_ 2.requested- uri- discovery server.sockets. requested- uri- discovery
See the manifest for all available types.