crawlex 1.0.3

Stealth crawler with Chrome-perfect TLS/H2 fingerprint, render pool, hooks, persistent queue
Documentation
1
2
3
4
5
6
7
8
pub mod health;
pub mod list;
pub mod residential;
pub mod router;

pub use router::{
    ProxyOutcome, ProxyRouter, ProxyScore, ProxyScoreSnapshot, RotationStrategy, RouterThresholds,
};