Expand description
mocra-proxy: a configuration-driven proxy pool / manager (extracted from the main mocra crate; State-free and usable standalone).
ProxyManager/ProxyPool: a multi-provider proxy pool with tunnels, health checks, rotation, and expiry reclamation.ProxyConfig: TOML configuration loading (ProxyConfig::load_from_toml).- A standalone
ProxyError; the host crate folds it into its own error hierarchy viaFrom.
Re-exports§
pub use error::BoxError;pub use error::ProxyError;pub use error::Result;pub use proxy_manager::ProxyManager;pub use proxy_pool::*;
Modules§
- error
- Error types for mocra-proxy.
- proxy_
impl - proxy_
manager - proxy_
pool