SAP-BTP-Spielwiese/app1/node_modules/http-cookie-agent/dist/http_cookie_agent.js
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00

9 lines
457 B
JavaScript

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpCookieAgent = void 0;
const http_1 = __importDefault(require("http"));
const create_cookie_agent_1 = require("./create_cookie_agent");
exports.HttpCookieAgent = (0, create_cookie_agent_1.createCookieAgent)(http_1.default.Agent);