headers-ext 0.0.4

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