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

Method isAbsPath

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

Tell whether or not the relativeURI or hier_part of this URI is abs_path. @return true iif the relativeURI or hier_part is abs_path

()

Source from the content-addressed store, hash-verified

2405 * @return true iif the relativeURI or hier_part is abs_path
2406 */
2407 public boolean isAbsPath() {
2408 return _is_abs_path;
2409 }
2410
2411
2412 /**

Callers 1

normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected