pub fn open(path: impl AsRef<Path>) -> Result<CookieJar, Error>
Opens a file with path and parses it as CookieJar
path
CookieJar
let jar = nescookie::open("tests/cookies.txt").unwrap();