Skip to main content

match_ingress

Function match_ingress 

Source
pub fn match_ingress(method: &Method, path: &str) -> Option<Matched>
Expand description

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.