url_escape
pub fn decode_to_writer<S: AsRef<str>, W: Write>( text: S, output: &mut W) -> Result<(), Error>
Decode percent-encoded bytes in a given string to a writer.