Function actix_web::guard::Header[][src]

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

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