Function match_status

Source
pub fn match_status(
    expected: u16,
    actual: u16,
    context: &dyn MatchingContext,
) -> Result<(), Vec<Mismatch>>
Expand description

Matches the actual response status to the expected one.