http-quik 0.1.4

High-fidelity, stealth-optimized HTTP transport engine for Chrome 134 identity parity.
Documentation
1
2
3
4
5
6
//! HTTP/2 layer — Chrome SETTINGS frame, WINDOW_UPDATE, pseudo-header order,
//! and HEADERS frame PRIORITY block. Uses http2 = 0.5 fork exclusively.

pub(crate) mod handshake;

pub use handshake::configure_builder;