Struct gotham::middleware::session::SessionCookieConfig [] [src]

pub struct SessionCookieConfig { /* fields omitted */ }

Configuration for how the Set-Cookie header is generated.

By default, the cookie has the name "_gotham_session", and the cookie header includes the secure flag. NewSessionMiddleware provides functions for adjusting the SessionCookieConfig.

Trait Implementations

impl Clone for SessionCookieConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more