[−][src]Function actix_web::guard::Header
pub fn Header(name: &'static str, value: &'static str) -> HeaderGuard
Return predicate that matches if request contains specified header and value.
pub fn Header(name: &'static str, value: &'static str) -> HeaderGuard
Return predicate that matches if request contains specified header and value.