postrust-proxy 0.2.3

High-performance reverse proxy module for Postrust with load balancing and automatic TLS
Documentation
1
2
3
4
5
//! Active health checking for backend servers.

mod checker;

pub use checker::HealthChecker;