1/// The `Sec-Websocket-Key` header. 2#[derive(Clone, Debug, PartialEq, Eq, Hash, Header)] 3pub struct SecWebsocketKey(pub(super) ::HeaderValue); 4 5