Home
last modified time | relevance | path

Searched defs:WebSocketKey (Results 1 – 4 of 4) sorted by relevance

/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/websocket-0.26.2/src/header/
H A Dkey.rs12 pub struct WebSocketKey(pub WebSocketKeyLL); struct
14 impl Debug for WebSocketKey { implementation
20 impl FromStr for WebSocketKey { implementation
23 fn from_str(key: &str) -> WebSocketResult<WebSocketKey> { in from_str()
28 impl WebSocketKey { implementation
39 pub fn from_array(a: [u8; 16]) -> WebSocketKey { in from_array()
44 impl Header for WebSocketKey { implementation
49 fn parse_header(raw: &[Vec<u8>]) -> hyper::Result<WebSocketKey> { in parse_header()
54 impl HeaderFormat for WebSocketKey { implementation
/dports/www/websocat/websocat-1.9.0/cargo-crates/websocket-0.26.2/src/header/
H A Dkey.rs12 pub struct WebSocketKey(pub WebSocketKeyLL); struct
14 impl Debug for WebSocketKey { implementation
20 impl FromStr for WebSocketKey { implementation
23 fn from_str(key: &str) -> WebSocketResult<WebSocketKey> { in from_str()
28 impl WebSocketKey { impl
39 pub fn from_array(a: [u8; 16]) -> WebSocketKey { in from_array()
44 impl Header for WebSocketKey { implementation
49 fn parse_header(raw: &[Vec<u8>]) -> hyper::Result<WebSocketKey> { in parse_header()
54 impl HeaderFormat for WebSocketKey { implementation
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/websocket-base-0.26.2/src/
H A Dheader.rs24 pub struct WebSocketKey(pub [u8; 16]); struct
26 impl Debug for WebSocketKey { implementation
32 impl FromStr for WebSocketKey { implementation
35 fn from_str(key: &str) -> WebSocketResult<WebSocketKey> { in from_str()
54 impl WebSocketKey { impl
62 let WebSocketKey(key) = *self; in serialize() localVariable
/dports/www/websocat/websocat-1.9.0/cargo-crates/websocket-base-0.26.2/src/
H A Dheader.rs24 pub struct WebSocketKey(pub [u8; 16]); struct
26 impl Debug for WebSocketKey { implementation
32 impl FromStr for WebSocketKey { implementation
35 fn from_str(key: &str) -> WebSocketResult<WebSocketKey> { in from_str()
54 impl WebSocketKey { implementation
62 let WebSocketKey(key) = *self; in serialize() localVariable