pub const CLIENT_PREFACE: &[u8] = b"PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n";
h2
The HTTP/2 connection preface (RFC 9113 Section 3.5).