[][src]Function httptest::mappers::url_decoded

pub fn url_decoded<M>(inner: M) -> UrlDecoded<M>

url decode the input and pass the resulting slice of key-value pairs to the next mapper.