Uses of Class
io.helidon.common.http.Forwarded
-
Packages that use Forwarded Package Description io.helidon.common.http HTTP APIs and implementations usable by both server and client side of the HTTP story. -
-
Uses of Forwarded in io.helidon.common.http
Methods in io.helidon.common.http that return Forwarded Modifier and Type Method Description static ForwardedForwarded. create(String string)Create forwarded from a value of a single forwarded header, such asby=a.b.c;for=d.e.f;host=host;proto=https.Methods in io.helidon.common.http that return types with arguments of type Forwarded Modifier and Type Method Description static List<Forwarded>Forwarded. create(Headers headers)Parse forwarded header(s) from the provided headers.
-