pub fn match_text( expected: &Option<Bytes>, actual: &Option<Bytes>, context: &dyn MatchingContext, ) -> Result<(), Vec<Mismatch>>
Matches the actual text body to the expected one.