pub fn load_all<R, E, F>(
reader: R,
cookies_from_str: F,
) -> Result<CookieStore, Error>
Expand description
Load cookies from reader
, deserializing with cookie_from_str
, loading both unexpired
and expired cookies
pub fn load_all<R, E, F>(
reader: R,
cookies_from_str: F,
) -> Result<CookieStore, Error>
Load cookies from reader
, deserializing with cookie_from_str
, loading both unexpired
and expired cookies