Uses of Interface
io.helidon.common.http.HttpRequest.Path
-
Packages that use HttpRequest.Path Package Description io.helidon.common.http HTTP APIs and implementations usable by both server and client side of the HTTP story. -
-
Uses of HttpRequest.Path in io.helidon.common.http
Methods in io.helidon.common.http that return HttpRequest.Path Modifier and Type Method Description HttpRequest.Path
HttpRequest.Path. absolute()
If the instance represents a path relative to some context root then returns absolute requested path otherwise returns this instance.HttpRequest.Path
HttpRequest. path()
Returns a path which was accepted by matcher in actual routing.
-