Enum actix_web::server::KeepAlive [−][src]
Server keep-alive setting
Variants
Timeout(usize)
Keep alive in seconds
Tcp(usize)
Use SO_KEEPALIVE
socket option, value in seconds
Os
Relay on OS to shutdown tcp connection
Disabled
Disabled
Trait Implementations
impl Debug for KeepAlive
[src]
[+]
impl Debug for KeepAlive
impl PartialEq for KeepAlive
[src]
[+]
impl PartialEq for KeepAlive
impl Clone for KeepAlive
[src]
[+]
impl Clone for KeepAlive
impl Copy for KeepAlive
[src]
impl Copy for KeepAlive
impl From<usize> for KeepAlive
[src]
[+]
impl From<usize> for KeepAlive
impl From<Option<usize>> for KeepAlive
[src]
[+]
impl From<Option<usize>> for KeepAlive