Enum hyper::header::common::connection::ConnectionExperimental
[-]
[+]
[src]
pub enum Connection {
KeepAlive,
Close,
}The Connection header.
Describes whether the socket connection should be closed or reused after this request/response is completed.
Variants
KeepAlive | The |
Close | The |