Skip to main content

HTTP2_PREFACE

Constant HTTP2_PREFACE 

Source
pub const HTTP2_PREFACE: &[u8] = b"PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n";
Expand description

HTTP/2 connection preface (RFC 7540 §3.5).