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

pub struct ServerSettings { /* fields omitted */ }

Various server settings

Methods

impl ServerSettings
[src]

[src]

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

[src]

Returns true if connection is secure(https)

[src]

Returns host header value

[src]

Returns default CpuPool for server

Trait Implementations

impl Clone for ServerSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Sync for ServerSettings
[src]

impl Send for ServerSettings
[src]

impl Default for ServerSettings
[src]

[src]

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