MCPcopy Index your code
hub / github.com/zaproxy/zaproxy / getEscapedURI

Method getEscapedURI

zap/src/main/java/org/apache/commons/httpclient/URI.java:3789–3791  ·  view source on GitHub ↗

It can be gotten the URI character sequence. It's escaped. For the purpose of the protocol to be transported, it will be useful. @return the escaped URI string

()

Source from the content-addressed store, hash-verified

3787 * @return the escaped URI string
3788 */
3789 public String getEscapedURI() {
3790 return (_uri == null) ? null : new String(_uri);
3791 }
3792
3793
3794 /**

Callers 4

runMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected