Skip to main content

detect

Function detect 

Source
pub fn detect(
    rules: &CustomRulesFile,
    status: u16,
    headers: &[(String, String)],
    body: &[u8],
) -> Option<CustomDetection>
Expand description

Match custom rules against an HTTP response.