Skip to main content

postrust_proxy/health/
mod.rs

1//! Active health checking for backend servers.
2
3mod checker;
4
5pub use checker::HealthChecker;