Description
This type is an enumeration.
Usages
Allowed Values
| Value | Description |
|---|---|
FORWARDED | The io.helidon.http.Header#FORWARDED header is used to discover the original requested URI |
X_FORWARDED | The io.helidon.http.Header#X_FORWARDED_PROTO, io.helidon.http.Header#X_FORWARDED_HOST, io.helidon.http.Header#X_FORWARDED_PORT, io.helidon.http.Header#X_FORWARDED_PREFIX headers are used to discover the original requested URI |
HOST | This is the default, only the io.helidon.http.Header#HOST header is used to discover requested URI |
See the manifest for all available types.