Skip to main content

Crate mocra_proxy

Crate mocra_proxy 

Source
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 via From.

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