Skip to main content

route_matches

Function route_matches 

Source
pub fn route_matches(
    route: &ProtectedMcpRouteConfig,
    host_header: &str,
    request_path: &str,
) -> Result<(), ProtectedRouteError>