tough-cookie-filestore-fix

1.0.0 • Public • Published

File Cookie Store

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

installation

$ npm install 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

Readme

Keywords

none

Package Sidebar

Install

npm i tough-cookie-filestore-fix

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

5.89 kB

Total Files

4

Last publish

Collaborators

  • yizhiren