pub fn detect(
rules: &CustomRulesFile,
status: u16,
headers: &[(String, String)],
body: &[u8],
) -> Option<CustomDetection>Expand description
Match custom rules against an HTTP response.
pub fn detect(
rules: &CustomRulesFile,
status: u16,
headers: &[(String, String)],
body: &[u8],
) -> Option<CustomDetection>Match custom rules against an HTTP response.