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
mod addr;
mod header;
mod query;
mod request;

#[cfg(not(target_arch = "wasm32"))]
pub mod ffi;

pub use addr::Addr;
pub use header::Header;
pub use query::{PathAndQueryWithSkipped, sanitize_url};
pub use request::Request;