OptionCookiePath

Type Alias OptionCookiePath 

Source
pub type OptionCookiePath = Option<String>;
Expand description

Represents an optional cookie path scope.

Specifies URL path that must exist in the requested URL when present.

Aliased Type§

pub enum OptionCookiePath {
    None,
    Some(String),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(String)

Some value of type T.