| Package | Description |
|---|---|
| io.helidon.webserver |
Reactive web server API.
|
| Modifier and Type | Method | Description |
|---|---|---|
ServerRequest.Path |
ServerRequest.Path.absolute() |
If the instance represents a path relative to some context root then returns absolute requested path otherwise
returns this instance.
|
ServerRequest.Path |
ServerRequest.path() |
Returns a path which was accepted by
PathMatcher in actual routing. |
Copyright © 2018 Oracle Corporation. All rights reserved.