Type Alias poem::web::cookie::SameSite

source ·
pub type SameSite = SameSite;
Available on crate feature cookie only.
Expand description

The SameSite cookie attribute.

Aliased Type§

enum SameSite {
    Strict,
    Lax,
    None,
}

Variants§

§

Strict

The “Strict” SameSite attribute.

§

Lax

The “Lax” SameSite attribute.

§

None

The “None” SameSite attribute.