pub trait ResponsePartsExtensions {
// Required methods
fn client_ip(&self) -> Option<&str>;
fn effective_url(&self) -> Option<&str>;
}pub trait ResponsePartsExtensions {
// Required methods
fn client_ip(&self) -> Option<&str>;
fn effective_url(&self) -> Option<&str>;
}