SAP-BTP-Spielwiese/app1/node_modules/http-cookie-agent/dist/https_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
462 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.HttpsCookieAgent = void 0;
const https_1 = __importDefault(require("https"));
const create_cookie_agent_1 = require("./create_cookie_agent");
exports.HttpsCookieAgent = (0, create_cookie_agent_1.createCookieAgent)(https_1.default.Agent);