pub fn is_valid_sec_websocket_key<'a>(
values: impl IntoIterator<Item = &'a [u8]>,
) -> boolExpand description
Return whether the supplied Sec-WebSocket-Key header values satisfy the
RFC 6455 client-handshake shape.
pub fn is_valid_sec_websocket_key<'a>(
values: impl IntoIterator<Item = &'a [u8]>,
) -> boolReturn whether the supplied Sec-WebSocket-Key header values satisfy the
RFC 6455 client-handshake shape.