pub fn load_all<R: BufRead>(reader: R) -> Result<CookieStore, Error>
Expand description
Load JSON-formatted cookies from reader
, loading both expired and unexpired cookies.
NB: This function is not compatible with data produced by CookieStore::save_json or
CookieStore::save_incl_expired_and_nonpersistent_json.