io.helidon.http.RequestedUriDiscoveryContext.RequestedUriDiscoveryType
Description
This type is an enumeration.
Allowed Values
| Value | Description |
|---|---|
FORWARDED | The io. header is used to discover the original requested URI |
X_ | The io., io., io., io. headers are used to discover the original requested URI |
HOST | This is the default, only the io. header is used to discover requested URI |
Usages
server.protocols. http_ 1_1. requested- uri- discovery. types server.protocols. http_ 2.requested- uri- discovery. types server.requested- uri- discovery. types server.sockets. protocols. http_ 1_1. requested- uri- discovery. types server.sockets. protocols. http_ 2.requested- uri- discovery. types server.sockets. requested- uri- discovery. types
See the manifest for all available types.