Enum async_h1::server::ConnectionStatus [−][src]
pub enum ConnectionStatus {
Close,
KeepAlive,
}
Expand description
An enum that represents whether the server should accept a subsequent request
Variants
Close
The server should not accept another request
KeepAlive
The server may accept another request
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConnectionStatus
impl Send for ConnectionStatus
impl Sync for ConnectionStatus
impl Unpin for ConnectionStatus
impl UnwindSafe for ConnectionStatus
Blanket Implementations
Mutably borrows from an owned value. Read more