Function looks_like_qlog
pub fn looks_like_qlog(input: &[u8]) -> boolAvailable on crate features
quic and std only.Expand description
Whether input plausibly starts a qlog file, for content-based detection.
This only inspects the head of the input; read does the real validation.