tough-cookie-filestore

file store for tough-cookie

MIT 1 个版本
安装
npm install tough-cookie-filestore
yarn add tough-cookie-filestore
pnpm add tough-cookie-filestore
bun add tough-cookie-filestore
README

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

版本列表
0.0.1 2014-10-22