pub fn link_http_boundaries(
boundaries: &[HttpBoundary],
) -> Result<Vec<Edge>, LinkError>Expand description
Links HTTP consumers to providers by exact canonical method and path.
Consumers without an observed provider remain unlinked. Callers must represent that as a coverage gap rather than concluding that no dependency exists.
ยงErrors
Returns LinkError::AmbiguousProvider instead of selecting among duplicate providers.