pub fn match_path( expected: &str, actual: &str, context: &(dyn MatchingContext + Send + Sync), ) -> Result<(), Vec<Mismatch>>
Matches the actual request path to the expected one.