pub struct Rule { pub is_enabled: bool, pub request: String, pub url: String, }