Struct actix_web::server::ServerSettings[][src]

pub struct ServerSettings { /* fields omitted */ }
[]

Various server settings

Methods

impl ServerSettings
[src]
[]

[]

Returns the socket address of the local half of this TCP connection

[]

Returns true if connection is secure(https)

[]

Returns host header value

[]

Returns default CpuPool for server

Trait Implementations

impl Clone for ServerSettings
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Default for ServerSettings
[src]
[+]

[]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for ServerSettings

impl !Sync for ServerSettings