Enum hyper::header::Protocol
[-] [+]
[src]
pub enum Protocol {
WebSocket,
ProtocolExt(String),
}Protocol values that can appear in the Upgrade header.
Variants
WebSocket | The websocket protocol. |
ProtocolExt | Some other less common protocol. |