pub fn rewrite_uri_path<'a>(
    uri_path: &'a str,
    rewrites_opts_vec: &'a Option<Vec<Rewrites>>
) -> Option<&'a Rewrites>
Expand description

It returns a rewrite’s destination path if the current request uri matches against the provided rewrites array.