pub const HTTP2_PREFACE: &[u8] = b"PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n";
HTTP/2 connection preface (RFC 7540 §3.5).