Skip to main content

urlencoding_encode

Function urlencoding_encode 

Source
pub fn urlencoding_encode(input: &str) -> Cow<'_, str>
Expand description

URL-encode a string for safe use in query parameters Only encodes characters that are unsafe in URLs