Function extra::url::decode

pub fn decode(s: &str) -> ~str

Decode a string encoded with percent encoding.

This will only decode escape sequences generated by encode.