http-quik 0.1.5

High-fidelity, stealth-optimized HTTP transport engine for Chrome 134 identity parity.
Documentation
1
2
3
4
5
6
7
//! TLS layer — BoringSSL ClientHello construction for Chrome 134 identity.
//! Owns: connector (SslConnector builder), session_store (TLS ticket cache),
//! profile (TlsProfile → boring API translation).

pub(crate) mod connector;

pub use connector::build_connector;