pub fn match_ingress(method: &Method, path: &str) -> Option<Matched>
Linear scan over every operation’s ingress table. The table is small and static; a hot-path matcher can replace the scan later without the signature changing.