pub fn match_path(
    expected: &str,
    actual: &str,
    context: &(dyn MatchingContext + Send + Sync)
) -> Result<(), Vec<Mismatch>>
Expand description

Matches the actual request path to the expected one.