stygian-proxy
High-performance, resilient proxy rotation for the Stygian scraping ecosystem.
Features
- Pluggable rotation strategies: round-robin, random, weighted, least-used
- Per-proxy latency and success-rate tracking via atomics
- Async health checker with configurable intervals
- Per-proxy circuit breaker (Closed → Open → HalfOpen)
- In-memory proxy pool (no external DB required)
graphfeature: [ProxyManagerPort] trait for stygian-graph HTTP adaptersbrowserfeature: per-context proxy binding for stygian-browser
Quick start
use ProxyResult;