Function yubirs::otp::util::url_encode

source ·
pub fn url_encode(s: &str) -> String
Expand description

URL-encode the given string. That is, replacing any characters which are not allowed to appear in URLs with their percent-encoded versions.