pub fn ws_subprotocols(headers: &HeaderMap) -> Vec<String>
Parse the Sec-WebSocket-Protocol request header into its comma-separated tokens. Used to negotiate the codec / detect the h2ts subprotocol at handshake time.
Sec-WebSocket-Protocol
h2ts