0.0.4 • Published 7 years ago

dk-tough-cookie-filestore v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

File Cookie Store

tough-cookie-filestore is a File store for tough-cookie module. See tough-cookie documentation for more info.

installation

$ npm install dk-tough-cookie-filestore

Options

path file path of cookiejar.

Usage

var FileCookieStore = require("tough-cookie-filestore"); var CookieJar = require("tough-cookie").CookieJar;

var jar = new CookieJar(new FileCookieStore("./cookie.json"));

License

MIT

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago