pub type Http2SettingsObservation = Vec<(u32, u32)>;Expand description
HTTP/2 SETTINGS frame fingerprint captured from a live connection.
The tuple mirrors the (id, value) layout produced by the
existing crate::tls_validation::compare_http2_settings helper.
Aliased Typeยง
pub struct Http2SettingsObservation { /* private fields */ }