internal_encode_uri

Function internal_encode_uri 

Source
pub fn internal_encode_uri<T: AsRef<[u8]>>(url: T, charset: T) -> String
Expand 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.