Skip to main content

url_path_lookup_candidates

Function url_path_lookup_candidates 

Source
fn url_path_lookup_candidates(url_path: &str) -> Vec<String>
Expand description

Stored url_path forms to try for a requested path: the strip-canonical form plus the two legacy encoded forms, deduped (an ASCII-only safe path yields a single candidate).