crawlex 1.0.4

Stealth crawler with Chrome-perfect TLS/H2 fingerprint, render pool, hooks, persistent queue
Documentation
1
2
3
4
5
6
/// Credentials for authentications
#[derive(Debug, Clone)]
pub struct Credentials {
    pub username: String,
    pub password: String,
}