//! Boundary wiring: connects the `io` HTTP capability to the `opencode_api` domain traits.
//!
//! This module lives at a `boundary`-named path so it is exempt from the
//! `forbid_domain_boundary_dependencies` lint, allowing it to import directly
//! from `crate::io`. All other `opencode_api` modules interact with HTTP only
//! through the `fetch::HttpFetcher` trait defined in the domain.
use crateRealHttpFetcher;
use fetch;
use RealCatalogLoader;