pub fn validate_plugin_http_modules(
graph: &ApplicationGraph,
contributions: &FrozenContributions,
) -> Result<(), HttpCompositionError>Expand description
Verifies that HTTP contributions and plugin descriptors have an exact operation-ID correspondence.
This closes the drift boundary between a plugin’s contract/deployment graph
and its delivery module. Route method/path duplication is validated by
minco-core; this function proves that every declared operation is owned by
exactly one installed HTTP module and that no undeclared operation is exposed.