Skip to main content

uri_encode

Function uri_encode 

Source
fn uri_encode(s: &str) -> String
Expand description

Percent-encodes a string per RFC 3986, leaving the SigV4 unreserved set (A-Z a-z 0-9 - _ . ~) intact.