tough-cookie-filestore
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/tough-cookie-filestore package

0.0.1 • 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

/tough-cookie-filestore/

    Package Sidebar

    Install

    npm i tough-cookie-filestore

    Weekly Downloads

    193

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • mitsuru