Skip to main content

percent_encode

Function percent_encode 

Source
pub fn percent_encode(out: &mut String, value: &[u8], mode: PercentEncodeMode)
Expand description

Percent-encode value into out: safe bytes pass through verbatim, every other byte becomes an uppercase %XX escape.