UNPKG

http-cookie-agent

Version:

Allows cookies with every Node.js HTTP clients.

25 lines (24 loc) 598 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "CookieAgent", { enumerable: true, get: function () { return _cookie_agent.CookieAgent; } }); Object.defineProperty(exports, "CookieClient", { enumerable: true, get: function () { return _cookie_client.CookieClient; } }); Object.defineProperty(exports, "createCookieClient", { enumerable: true, get: function () { return _cookie_client.createCookieClient; } }); var _cookie_agent = require("./cookie_agent"); var _cookie_client = require("./cookie_client");