open

Function open 

Source
pub fn open(path: impl AsRef<Path>) -> Result<CookieJar, Error>
Expand description

Opens a file with path and parses it as CookieJar

let jar = nescookie::open("tests/cookies.txt").unwrap();