Skip to main content

is_valid_sec_websocket_key

Function is_valid_sec_websocket_key 

Source
pub fn is_valid_sec_websocket_key<'a>(
    values: impl IntoIterator<Item = &'a [u8]>,
) -> bool
Expand description

Return whether the supplied Sec-WebSocket-Key header values satisfy the RFC 6455 client-handshake shape.