()
| 555 | /// @return the query part of the URI, or an empty string if no path is |
| 556 | /// included in the URI. |
| 557 | public String getRawPath() { |
| 558 | return path; |
| 559 | } |
| 560 | |
| 561 | /// Get the decoded query part of the uri. The query marker (?) itself is not |
| 562 | /// included in the result. |
no outgoing calls
no test coverage detected