redirectionio 3.1.0

Redirection IO Library to handle matching rule, redirect and filtering headers and body.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod datetime;
mod header;
mod host;
mod ip;
mod method;
mod path_and_query;
mod scheme;

pub use datetime::{DateTimeCondition, DateTimeMatcher};
pub use header::{HeaderMatcher, ValueCondition as HeaderValueCondition};
pub use host::HostMatcher;
pub use ip::IpMatcher;
pub use method::MethodMatcher;
pub use path_and_query::PathAndQueryMatcher;
pub use scheme::SchemeMatcher;