Struct edge::Cookie [] [src]

pub struct Cookie {
    pub name: String,
    pub value: String,
    pub expires: Option<Tm>,
    pub max_age: Option<u64>,
    pub domain: Option<String>,
    pub path: Option<String>,
    pub secure: bool,
    pub httponly: bool,
    pub custom: BTreeMap<String, String>,
}

Fields

Methods

impl Cookie
[src]

Trait Implementations

impl Display for Cookie
[src]

impl FromStr for Cookie
[src]

impl PartialEq<Cookie> for Cookie
[src]

impl Debug for Cookie
[src]

Formats the value using the given formatter.

impl Clone for Cookie
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more