pub fn write_uri_path<W: Write>(out: &mut W, input: &str) -> Result
writes the percent-encoded URI path form of input to out.
input
out
see for_uri_path for encoding rules.
for_uri_path