Package burp.api.montoya.utilities
Interface URLUtils
public interface URLUtils
This interface gives you access to URL encoding and decoding features.
-
Method Summary
-
Method Details
-
encode
- Parameters:
string-Stringto be url encoded.- Returns:
- the url encoded
String. - See Also:
-
decode
- Parameters:
string- theStringto be url decoded- Returns:
- the url decoded
String - See Also:
-
encode
-
decode
-