Skip to main content

hitbox_http/predicates/response/
header.rs

1//! Response header matching predicates.
2//!
3//! Re-exports header predicates from the shared [`header`](crate::predicates::header) module.
4
5pub use crate::predicates::header::{Header, HeaderPredicate, Operation};