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
-String
to be url encoded.- Returns:
- the url encoded
String
. - See Also:
-
decode
- Parameters:
string
- theString
to be url decoded- Returns:
- the url decoded
String
- See Also:
-
encode
-
decode
-