Struct badtouch::http::HttpSession[][src]

pub struct HttpSession {
    pub cookies: CookieJar,
    // some fields omitted
}

Fields

Methods

impl HttpSession
[src]

Trait Implementations

impl Debug for HttpSession
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for HttpSession

impl Sync for HttpSession