Skip to main content

write_uri_path

Function write_uri_path 

Source
pub fn write_uri_path<W: Write>(out: &mut W, input: &str) -> Result
Expand description

writes the percent-encoded URI path form of input to out.

see for_uri_path for encoding rules.