MCPcopy Index your code
hub / github.com/XF-FS/APIKit / getUrlRootPath

Method getUrlRootPath

src/main/java/burp/utils/CommonUtils.java:63–65  ·  view source on GitHub ↗
(URL url)

Source from the content-addressed store, hash-verified

61 }
62
63 public static String getUrlRootPath(URL url) {
64 return url.getProtocol() + "://" + url.getHost() + ":" + url.getPort();
65 }
66
67 public static String GetLowestPath(URL url) {
68 String path = url.getPath();

Callers 5

getUrlWithoutFilenameMethod · 0.95
getUrlPathListMethod · 0.95
urlAddPathMethod · 0.95
parseApiDocumentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected