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.io.helidon.webclient A reactive client for rest calls. -
-
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. -
Uses of HttpRequest.Path in io.helidon.webclient
Methods in io.helidon.webclient with parameters of type HttpRequest.Path Modifier and Type Method Description WebClientRequestBuilder
WebClientRequestBuilder. path(HttpRequest.Path path)
Path of the request.
-