Enum hyper_proxy::Intercept
[−]
[src]
pub enum Intercept {
All,
Http,
Https,
Custom(Box<Fn(&Uri) -> bool>),
}The Intercept enum to filter connections
Variants
AllAll incoming connection will go through proxy
HttpOnly http connections will go through proxy
HttpsOnly https connections will go through proxy
Custom(Box<Fn(&Uri) -> bool>)A custom intercept