0.0.2 • Published 5 years ago

request-jar-cookie v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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 request-jar-cookie

Options

path file path of cookiejar.

Usage

  var FileCookieStore = require("request-jar-cookie");
  var CookieJar = require("tough-cookie").CookieJar;
  var jar = new CookieJar(new FileCookieStore("./cookie.json"));

License

MIT