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