Enum hyper::header::ConnectionOption  
                   
                       [−]
                   
               [src]
pub enum ConnectionOption {
    KeepAlive,
    Close,
    ConnectionHeader(UniCase<String>),
}Values that can be in the Connection header.
Variants
KeepAlive | The   | |
Close | The   | |
ConnectionHeader | Values in the Connection header that are supposed to be names of other Headers. 
  |