//! 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 ;
// `suggest_evasion` is re-exported directly from `rules` — the prior
// `evasion` sub-module was a 17-line one-function passthrough that
// added an indirection without a purpose. Per consolidation F03.
pub use ;