pub trait MatchRequest { // Required method fn match_request(&self, req: &Request<SgBody>) -> bool; }