//! WAF detection from response headers and body.
//!
//! Identifies which WAF is protecting a target so the strategy engine
//! can choose the most effective evasion techniques.
pub use ;
pub use is_blocked_response;
pub use ;
pub use suggest_evasion;
pub use ;