hitbox-http 0.2.1

Cacheable HTTP Request and Response
Documentation
1
2
3
4
5
6
//! Logical combinators for predicates.
//!
//! Re-exports generic combinators from `hitbox-core`.

pub use hitbox::predicate::combinators::{And, Not, Or, PredicateExt};
pub use hitbox::predicate::neutral::Neutral;