Get the encoded path part of the uri. @return the query part of the URI, or an empty string if no path is included in the URI.
()
| 642 | * included in the URI. |
| 643 | */ |
| 644 | public String getRawPath() { |
| 645 | return path; |
| 646 | } |
| 647 | |
| 648 | /** |
| 649 | * Get the decoded query part of the uri. The query marker (?) itself is not |
no outgoing calls
no test coverage detected