Struct http_stub::header::Protocol
[−]
[src]
pub struct Protocol {
pub name: ProtocolName,
pub version: Option<String>,
}Protocols that appear in the Upgrade header field
Fields
name | The protocol identifier |
version | The optional version of the protocol, often in the format "DIGIT.DIGIT" (e.g.. "1.2") |