[][src]Function ntex::web::guard::Header

pub fn Header(name: &'static str, value: &'static str) -> HeaderGuard

Return predicate that matches if request contains specified header and value.