hitbox-http 0.2.1

Cacheable HTTP Request and Response
Documentation
1
2
3
4
5
6
7
8
9
10
//! Header matching predicates.
//!
//! Provides [`Header`] predicate and [`Operation`] for matching HTTP headers
//! in both requests and responses.

mod operation;
mod predicate;

pub use operation::Operation;
pub use predicate::{HasHeaders, Header, HeaderPredicate};