mockforge_http/reality_proxy.rs
1//! Reality-slider middleware — re-export shim.
2//!
3//! Issue #555 phase 8 moved this module to
4//! [`mockforge_proxy::reality`]. The middleware's only foreign dep
5//! (`mockforge_core::consistency::UnifiedState`) already lived in the
6//! proxy crate's dep graph, so the move was a straight transplant.
7//!
8//! This shim keeps existing
9//! `mockforge_http::reality_proxy::{RealityProxyConfig,
10//! reality_proxy_middleware}` callers (notably the layer wired up in
11//! `mockforge_http::lib`) resolving unchanged. Future phases of #555
12//! may drop this shim; until then, prefer importing from
13//! `mockforge_proxy::reality` directly in new code.
14
15pub use mockforge_proxy::reality::*;