pub fn internal_encode_uri<T: AsRef<[u8]>>(url: T, charset: T) -> StringExpand description
Percent-encode an entire URI string that is valid UTF-8.
internal_encode_uri escapes all non-alphanumeric characters not
in the charset parameter.
This function is made public for use with a custom unencoded charset.